You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
452 B
46 lines
452 B
:root {
|
|
font-family: 'Courier', monospace;
|
|
}
|
|
|
|
p {
|
|
line-height: 120%;
|
|
font-family: 'Courier', monospace;
|
|
}
|
|
|
|
/* logo */
|
|
span.logo {
|
|
text-align: center;
|
|
}
|
|
|
|
pre {
|
|
font-size: 2vw;
|
|
}
|
|
|
|
/* grid */
|
|
.container {
|
|
padding: 2vw;
|
|
}
|
|
|
|
/* sections */
|
|
#about-en, #about-nl {
|
|
font-size: 3vw;
|
|
padding: 2vw;
|
|
}
|
|
|
|
#about-en {
|
|
display: none;
|
|
}
|
|
|
|
a {
|
|
color: blue;
|
|
}
|
|
|
|
ul {
|
|
padding-left: 0;
|
|
}
|
|
|
|
#lang-switch li {
|
|
font-size: 2vw;
|
|
padding-left: 3vw;
|
|
display: inline;
|
|
}
|
|
|