fix: hopefully fix slanting in blink-based browsers
This commit is contained in:
parent
32533587d8
commit
fe05bfa8a5
12
src/App.css
12
src/App.css
@ -51,14 +51,14 @@ h2 {
|
|||||||
.box {
|
.box {
|
||||||
position: relative;
|
position: relative;
|
||||||
&.two {
|
&.two {
|
||||||
min-width: 48%;
|
min-width: 43%;
|
||||||
}
|
}
|
||||||
&.three {
|
&.three {
|
||||||
min-width: 30%;
|
min-width: 27%;
|
||||||
}
|
}
|
||||||
max-width: 10vw;
|
max-width: 10vw;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 4px min(2px, 4%);
|
margin: 4px auto;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
}
|
}
|
||||||
@ -89,6 +89,12 @@ button {
|
|||||||
border: 4px solid black;
|
border: 4px solid black;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
&:focus {
|
||||||
|
outline: black;
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
border-color: black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::backdrop {
|
::backdrop {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user