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;
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 {
outline: 0;
}
@ -354,7 +360,7 @@ p {
position: relative;
left: 50%;
transform: translate(-50%, 0);
font-size: x-small;
font-size: small;
vertical-align: bottom;
}
.dictionary .headword {
@ -386,7 +392,7 @@ p {
.dictionary ol li i {
display: block;
right: 0.625em;
font-size: x-small;
font-size: small;
position: absolute;
}
.dictionary ol li:before {

Loading…
Cancel
Save