Position logo better

This commit is contained in:
Richard Littauer 2018-11-15 11:47:45 -05:00
parent 215de771a6
commit 5b6c596285
1 changed files with 2 additions and 1 deletions

View File

@ -36,17 +36,18 @@
img {
width: 100px;
margin-top: 50px;
// height: 100px;
border: 4px solid $white;
@include media($medium) {
width: 150px;
margin-top: 50px;
// height: 150px;
}
@include media($large) {
width: 200px;
margin-top: 80px;
// height: 200px;
}
}