mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-31 16:55:32 -04:00
update /uses
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user