smaller h1 size on terminal screen

This commit is contained in:
2017-01-27 01:34:54 +01:00
parent f8d848f383
commit f8a1d9dbf8
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -1,4 +1,11 @@
.page-term {
h1 {
font-size: fsize(5);
@include media($phone) {
font-size: fsize(3);
}
}
#screen {
font-family: monospace;
font-size: 16pt;