zeus.ugent.be/content/assets/stylesheets/includes/general.scss

25 lines
260 B
SCSS
Raw Normal View History

2016-08-02 17:54:18 +00:00
img {
max-width: 200px;
}
.fa-ul {
list-style: none !important;
.fa {
font-size: inherit;
}
}
#navbar {
.nav-item {
transition: 0.2s;
font-variant: small-caps;
font-size: 1.25em;
&:hover {
transition: 0.2s;
}
}
}