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

52 lines
859 B
SCSS
Raw Normal View History

2020-10-19 09:34:36 +02:00
body {
2020-10-19 11:13:30 +02:00
background: $blog_body-bg;
color: $white;
2020-10-19 19:32:43 +02:00
font-family: Arial, Helvetica, sans-serif;
2020-10-19 09:34:36 +02:00
margin: 0;
2020-10-19 19:32:43 +02:00
a {
2020-10-19 20:07:28 +02:00
color: $nom_blue-light;
&:hover {
text-decoration: none;
}
2020-10-19 19:32:43 +02:00
}
main {
font-size: 18px;
line-height: 31px;
margin: 80px 20px;
2020-10-23 19:24:17 +02:00
.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;
}
}
}
2020-10-19 19:32:43 +02:00
}
2020-10-23 21:40:04 +02:00
}
2020-10-19 19:32:43 +02:00
//
2020-10-23 19:24:17 +02:00
// impressum
2020-10-19 19:32:43 +02:00
//
2020-10-23 19:24:17 +02:00
main.impressum {
img {
filter: invert(100%);
}
}