Browse Source

use larger fonts, except for source footnotes

responsive
Georg Hopp 9 years ago
parent
commit
043aaabf8b
  1. 10
      app/assets/stylesheets/welcome.scss

10
app/assets/stylesheets/welcome.scss

@ -213,6 +213,12 @@ p {
overflow: hidden; overflow: hidden;
box-shadow: 0.625em 0.625em 0.625em rgba(0,0,0,0.7); box-shadow: 0.625em 0.625em 0.625em rgba(0,0,0,0.7);
} }
#about .textbox ol {
text-align: left;
}
#about .textbox ol q {
text-align: justify;
}
#about a { #about a {
outline: 0; outline: 0;
} }
@ -354,7 +360,7 @@ p {
position: relative; position: relative;
left: 50%; left: 50%;
transform: translate(-50%, 0); transform: translate(-50%, 0);
font-size: x-small;
font-size: small;
vertical-align: bottom; vertical-align: bottom;
} }
.dictionary .headword { .dictionary .headword {
@ -386,7 +392,7 @@ p {
.dictionary ol li i { .dictionary ol li i {
display: block; display: block;
right: 0.625em; right: 0.625em;
font-size: x-small;
font-size: small;
position: absolute; position: absolute;
} }
.dictionary ol li:before { .dictionary ol li:before {

Loading…
Cancel
Save