You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Portfolio/styles/sass/footer.scss

34 lines
479 B

.footer {
background-color: #f4f5f6;
border-top: 0.1rem solid #d1d1d1;
padding: 3rem;
font-family: "Raleway";
.profile {
width: 5rem;
height: 5rem;
}
.branding {
display: inline-block;
font-size: 2rem;
margin-left: 1rem;
vertical-align: top;
}
.socials {
margin-left: 4rem;
display: inline-block;
height: 100%;
padding: 1rem 0;
img {
height: 3rem;
width: 3rem;
margin-right: 2rem;
}
}
}