You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
294 B
30 lines
294 B
* {
|
|
font-family: 'Lato', sans-serif;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.site-name {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.box {
|
|
flex: 1 0 auto;
|
|
}
|
|
|
|
.social-icons {
|
|
font-size: 2em;
|
|
text-align: center;
|
|
}
|
|
|
|
.social-icons a {
|
|
margin: 1%
|
|
}
|