fix: hopefully fix slanting in blink-based browsers

This commit is contained in:
julius 2025-01-26 11:25:56 +01:00
parent 32533587d8
commit fe05bfa8a5
Signed by: julius
GPG Key ID: C80A63E6A5FD7092

View File

@ -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 {