Update social icons to have fixed size of 64px and update spacing of links

This commit is contained in:
Tony Blyler 2016-11-03 10:07:14 -04:00
parent a5c76fdeb2
commit a3f29235f6
2 changed files with 10 additions and 4 deletions

View file

@ -36,22 +36,28 @@ a:hover {
} }
#social { #social {
padding-bottom: 1%;
// these images are always SVG // these images are always SVG
img { img {
height: 3%; height: 64px;
width: 3%; width: 64px;
} }
} }
.links { .links {
font-size: 15pt;
word-spacing: 1em; word-spacing: 1em;
padding-bottom: 1%;
a { a {
color: black; color: black;
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
} }
&:last-of-type {
padding-bottom: 1%;
}
} }
.listBody { .listBody {

File diff suppressed because one or more lines are too long