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 {
|
||||
position: relative;
|
||||
&.two {
|
||||
min-width: 48%;
|
||||
min-width: 43%;
|
||||
}
|
||||
&.three {
|
||||
min-width: 30%;
|
||||
min-width: 27%;
|
||||
}
|
||||
max-width: 10vw;
|
||||
padding: 4px;
|
||||
margin: 4px min(2px, 4%);
|
||||
margin: 4px auto;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
}
|
||||
@ -89,6 +89,12 @@ button {
|
||||
border: 4px solid black;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&:focus {
|
||||
outline: black;
|
||||
}
|
||||
&:hover {
|
||||
border-color: black;
|
||||
}
|
||||
}
|
||||
|
||||
::backdrop {
|
||||
|
Loading…
x
Reference in New Issue
Block a user