mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
18 lines
311 B
SCSS
18 lines
311 B
SCSS
|
|
// Padding to keep the keep the content to the right of the header
|
|
footer {
|
|
max-width: 560px;
|
|
margin-left: 240px;
|
|
padding-left: 30px;
|
|
padding-bottom: 10vh;
|
|
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
gap: 0.5em;
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
} |