_child_theme.scss
374 Bytes
.raleway-regular{
font-family: "Raleway", sans-serif;
font-family: "PT Sans", sans-serif;
}
a[target="_blank"]::after {
font-family: "FontAwesome";
content: "\f08e";
display: inline-block;
padding-left: 5px;
vertical-align: middle;
font-weight: 900;
}
.home-page{
min-height: 900px;
.container{
width: 100%;
}
}