mirror of
https://github.com/safing/web
synced 2025-04-08 04:59:08 +00:00
14 lines
204 B
SCSS
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;
|
|
}
|