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:
parent
eb90ca4a66
commit
48771898aa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user