2020-03-29 19:17:37 +02:00
|
|
|
@import 'widgets/menu.scss';
|
|
|
|
|
|
|
|
.nav-menu {
|
|
|
|
font-weight: bold;
|
|
|
|
> a { margin: 0 1rem; } // Spacing entries
|
|
|
|
background-color: rgb(239, 239, 239);
|
|
|
|
color: black;
|
|
|
|
padding: 0.5rem; // Leaving background space around entries
|
|
|
|
}
|
|
|
|
|
|
|
|
header { text-align: center; font-weight: bold; }
|
|
|
|
|
2020-03-29 20:44:15 +02:00
|
|
|
article > div:first-child > h1, section > h1:first-child {
|
2020-03-29 19:17:37 +02:00
|
|
|
text-align: center;
|
|
|
|
font-size: 2.6em;
|
|
|
|
}
|
|
|
|
|
2020-03-29 20:44:15 +02:00
|
|
|
article > div:first-child {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-03-29 21:15:57 +02:00
|
|
|
.read-more {
|
|
|
|
text-align: center;
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2020-03-29 19:17:37 +02:00
|
|
|
main {
|
2020-03-29 21:15:57 +02:00
|
|
|
margin: 1rem 0;
|
2020-03-29 19:17:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.source {
|
|
|
|
background-color: rgb(239, 239, 239);
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|