Update social icons to have fixed size of 64px and update spacing of links
This commit is contained in:
parent
a5c76fdeb2
commit
a3f29235f6
2 changed files with 10 additions and 4 deletions
|
@ -36,22 +36,28 @@ a:hover {
|
|||
}
|
||||
|
||||
#social {
|
||||
padding-bottom: 1%;
|
||||
|
||||
// these images are always SVG
|
||||
img {
|
||||
height: 3%;
|
||||
width: 3%;
|
||||
height: 64px;
|
||||
width: 64px;
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
font-size: 15pt;
|
||||
word-spacing: 1em;
|
||||
padding-bottom: 1%;
|
||||
|
||||
a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
padding-bottom: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
.listBody {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue