Files
Web_Chaloupky/test/assets/css/_default.scss
2023-08-22 17:19:23 +02:00

21 lines
251 B
SCSS

body {
font-family: $font-primary;
font-weight: $weight-medium;
color: $primary-900;
}
img {
border-style: none;
vertical-align: middle;
}
.image {
width: 100%;
height: auto;
}
.image--section {
height: 100%;
object-fit: cover;
}