Skip to content

Commit fac774a

Browse files
committed
fix: change tablet services layout
1 parent c8b5dfe commit fac774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ body:has(nav #nav-menu-toggle:checked) {
152152
}
153153
}
154154

155-
@media (width <= 48rem) {
155+
@media (width < 768px) {
156156
.animation-container {
157157
/* 4 x card height - 3 x negative margin top */
158158
height: calc((4 * 680px) - (3 * 20));

0 commit comments

Comments
 (0)