smaller h1 size on terminal screen

pull/30/head 0.2
Ondřej Hruška 8 years ago
parent f8d848f383
commit f8a1d9dbf8
  1. 5
      html/css/app.css
  2. 5
      html_orig/css/app.css
  3. 7
      html_orig/sass/pages/_term.scss

@ -662,6 +662,11 @@ input[type="number"], input[type="password"], input[type="text"], textarea, sele
.AP .inner .auth {
flex: 0 0 15%; }
.page-term h1 {
font-size: 1.80203em; }
@media screen and (max-width: 544px) {
.page-term h1 {
font-size: 1.42383em; } }
.page-term #screen {
font-family: monospace;
font-size: 16pt;

@ -662,6 +662,11 @@ input[type="number"], input[type="password"], input[type="text"], textarea, sele
.AP .inner .auth {
flex: 0 0 15%; }
.page-term h1 {
font-size: 1.80203em; }
@media screen and (max-width: 544px) {
.page-term h1 {
font-size: 1.42383em; } }
.page-term #screen {
font-family: monospace;
font-size: 16pt;

@ -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;

Loading…
Cancel
Save