winkekatze.tv/assets/scss/_start.scss

33 lines
557 B
SCSS
Raw Normal View History

div.start {
margin: 0 auto;
padding: 50px 0px;
background: transparent;
display: flex;
.left {
flex: 45%;
text-align: center;
}
.right {
flex: 55%;
}
img {
2022-01-10 02:52:29 +01:00
max-height: 7dh;
max-width: 100%;
}
2022-01-14 02:18:09 +01:00
p, a{
color: $font_default;
font-size: $font_size_default;
}
code {
color: $font_accent_4;
font-size: $font_size_code;
}
h2 {
color: $font_accent_3;
font-size: $font_size_h2;
text-shadow: 0px 0px 1px black;
}
}