smaller h1 size on terminal screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user