fix title on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-31 15:57:42 +05:00
parent 202cf91463
commit 8563f82c17
2 changed files with 7 additions and 1 deletions

View File

@ -261,6 +261,12 @@ hr {
font-weight: 200;
}
.site-title {
@media (max-width: 786px) {
margin-top: 3rem;
}
}
.subtitle {
font-family: $sans_font;
font-weight: 200;