Skip to content

Commit ef290da

Browse files
authored
Merge pull request #97 from shreyanshjn/development
fixed frontend responsiveness
2 parents 4863c58 + 7ec3864 commit ef290da

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)