mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
20 lines
286 B
SCSS
20 lines
286 B
SCSS
.contact-image {
|
|
text-align: center;
|
|
overflow: hidden;
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.contact-text {
|
|
color: $color_tundora_approx;
|
|
padding-bottom: 60px;
|
|
line-height: 2;
|
|
text-align: center;
|
|
}
|
|
|
|
.imprint {
|
|
padding-top: 20px;
|
|
padding-bottom: 40px;
|
|
text-align: center;
|
|
}
|