1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-08 04:59:08 +00:00
safing-web/_sass/_terms.scss
2018-06-11 12:52:23 +02:00

14 lines
204 B
SCSS

.contact-image {
text-align: center;
overflow: hidden;
img {
width: 100%;
}
}
.contact-text {
color: $color_tundora_approx;
padding-top: 20px;
padding-bottom: 40px;
line-height: 2;
}