You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI/docs/assets/css/style.scss

34 lines
523 B
SCSS

---
---
@import "{{ site.theme }}";
body {
font: 18px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
margin-left: 120px;
margin-right: 120px;
width: calc(100% - 548px);
}
section {
width: calc(100% - 294px - 96px);
}
ul.downloads {
height: 56px;
a {
strong {
position: relative;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
}
}
footer {
margin-top: 800px;
}