Skip to content

Commit 7ec3864

Browse files
committed
fixed frontend responsiveness
1 parent f88bacc commit 7ec3864

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

views/css/codeuino.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ body {
271271
width: 30%;
272272
}
273273
}
274+
@media (max-width: 768px) {
275+
.masthead h1 {
276+
font-size: 3rem;
277+
line-height: unset;
278+
}
279+
}
274280

275281
.signup-section {
276282
padding: 10rem 0;

0 commit comments

Comments
 (0)