12 lines
182 B
SCSS
12 lines
182 B
SCSS
.margin {
|
|
margin: 15px;
|
|
}
|
|
|
|
.header-bg {
|
|
background-image: url("../img/header.jpg");
|
|
background-position: center;
|
|
}
|
|
|
|
.text-shadow {
|
|
text-shadow: 0 5px 3px $brand-grey-dark;
|
|
}
|