Skip to content

Commit eff8cc5

Browse files
committed
docs: Fit project title on one line on small devices
1 parent 32f2dad commit eff8cc5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/static/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ a:hover .headerTitleWithLogo {
2929
text-align: center;
3030
}
3131

32+
@media (max-width: 400px) {
33+
.projectTitle {
34+
font-size: 230%;
35+
}
36+
}
37+
3238
@media (max-width: 480px) {
3339
/* Override display: none; */
3440
.headerTitleWithLogo {

0 commit comments

Comments
 (0)