1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00

docs: fix missing px in media queries

This commit is contained in:
Thomas Heartman 2024-01-31 11:45:01 +09:00
parent eb90ca4a66
commit 48771898aa
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -293,7 +293,7 @@ html[data-theme='dark'] .links-container {
}
}
@media (711 <= width <= 996px), (min-width: 1247px) {
@media (711px <= width <= 996px), (min-width: 1247px) {
ol {
display: grid;
grid-template-columns: repeat(3, 1fr);
@ -387,7 +387,7 @@ html[data-theme='dark'] .links-container {
background-size: contain;
}
@media (711 <= width <= 996px), (min-width: 1247px) {
@media (711px <= width <= 996px), (min-width: 1247px) {
.banner {
grid-template-areas: "header logo"
"bullets logo"