Browse Source

Updated .messages to have more top margin. Re-arranged CSS to bring * & body to top of page.

ansible-setup-and-deploy
suroh 6 years ago
parent
commit
42af917206
  1. 19
      xppl/static/css/style.css

19
xppl/static/css/style.css

@ -1,9 +1,18 @@
@import url("../fonts/fonts_style.css"); @import url("../fonts/fonts_style.css");
/* TODO: Why is there two font-family settings */
* { * {
font-family: "Archivo Narrow"; font-family: "Archivo Narrow";
} }
body {
font-family: "Archivo Narrow"
}
nav {
font-size: .7em
}
p { p {
font-size: 20px; font-size: 20px;
} }
@ -389,7 +398,7 @@ div.marquee>div.marquee-text {
bottom: 40px; bottom: 40px;
display: block; display: block;
width: 100%; width: 100%;
padding: 10px; padding: 30px 10px 10px;
margin: 0px; margin: 0px;
height: 100%; height: 100%;
overflow-y: scroll; overflow-y: scroll;
@ -611,14 +620,6 @@ div.marquee>div.marquee-text {
cursor: pointer; cursor: pointer;
} }
body {
font-family: "Archivo Narrow"
}
nav {
font-size: .7em
}
@page { @page {
size: A5; size: A5;
margin: 1cm margin: 1cm

Loading…
Cancel
Save