We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ed937 commit 3f3860cCopy full SHA for 3f3860c
1 file changed
src/css/responsive.css
@@ -157,7 +157,7 @@ header.gw-sticky span.gw-flex-row-reverse {
157
Catches 1080p at 125-150% scaling, small laptops (1366×768),
158
tablet landscape (1180×820), and iPad Pro landscape (1366×1024)
159
where the viewport is desktop-width but shorter than full HD. */
160
-@media (min-width: 1080px) and (max-height: 1050px) {
+@media (min-width: 1080px) and (max-width: 1399px) and (max-height: 1050px) {
161
.gw-relative .gw-text-4xl {
162
font-size: 2rem !important;
163
line-height: 1.3 !important;
0 commit comments