1
1
Fork 0
This repository has been archived on 2022-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
natenom-websites/scss/import/www.scss
2020-10-23 19:24:17 +02:00

51 lines
861 B
SCSS

body {
background: $blog_body-bg;
color: $white;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
a {
color: $nom_blue-light;
&:hover {
text-decoration: none;
}
}
main {
font-size: 18px;
line-height: 31px;
margin: 80px 20px;
.container {
margin: 0 auto;
max-width: 580px;
.contact.kagube.container {
display: flex;
table.contact.table {
font-size: 18px;
white-space: nowrap;
tr {
td {
&:first-of-type {
padding: 5px 30px 5px 0;
text-align: right;
}
}
}
}
img.kagube {
height: max-content;
margin: auto;
}
}
}
}
}
//
// impressum
//
main.impressum {
img {
filter: invert(100%);
}
}