bop-hugo-theme/assets/css/style.scss

50 lines
635 B
SCSS
Raw Normal View History

2020-10-14 01:00:50 +02:00
* {
box-sizing: border-box;
}
html {
2020-11-13 17:40:17 +01:00
/*
2020-10-14 01:00:50 +02:00
font-family: "Now", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: x-large;
2020-11-13 17:40:17 +01:00
*/
font-size: large;
2020-10-14 01:00:50 +02:00
}
a {
text-decoration: none;
}
a.exposed {
font-weight: bold;
font-size: 1.3em;
}
a:visited {
}
body {
2020-11-13 17:40:17 +01:00
/*
2020-10-14 01:00:50 +02:00
margin: 0;
2020-11-13 17:40:17 +01:00
*/
max-width: 1200px;
margin: auto;
2020-10-14 01:00:50 +02:00
@media (min-width: 1200px) {
}
}
header {
text-align: center;
2020-11-13 17:40:17 +01:00
@media (min-width: 1200px) {
}
2020-10-14 01:00:50 +02:00
h1 {
2020-11-13 17:40:17 +01:00
margin-bottom: 0;
2020-10-14 01:00:50 +02:00
}
2020-11-13 17:40:17 +01:00
nav {
margin: 1em;
2020-10-14 01:00:50 +02:00
}
2020-11-13 17:40:17 +01:00
nav > * {
padding: 0.5em;
2020-10-14 01:00:50 +02:00
}
}
.path {
display: inline;
}