Fix tagline on thin screens

This commit is contained in:
Will Toohey
2022-07-02 11:06:09 +10:00
parent f328014be7
commit dfe04d4aec
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@
font-style: normal;
}
.tagline {
font-family: monospace;
}
.icons, .subsection {
display: grid;
grid-template-columns: repeat(auto-fit, 180px);