update /uses

This commit is contained in:
2020-01-24 10:49:47 -05:00
parent bfa184d2a9
commit d205490792
7 changed files with 171 additions and 148 deletions
+10 -10
View File
@@ -49,6 +49,16 @@ main#home {
}
}
img#me {
float: right;
margin: 0 0 0.5em 1em;
padding: 4px;
border: 1px solid $color-light;
border-radius: 50%;
width: 160px;
height: 160px;
}
a {
// Loop through $colors-home -- the main reason I switched to SASS :)
@each $id, $color in $colors-home {
@@ -75,16 +85,6 @@ main#home {
}
}
}
img#me {
float: right;
margin: 0 0 0.5em 1em;
padding: 4px;
border: 1px solid $color-light;
border-radius: 50%;
width: 160px;
height: 160px;
}
}