mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-25 19:12:02 +02:00
23 lines
327 B
SCSS
23 lines
327 B
SCSS
.wrapper {
|
|
margin: 0;
|
|
|
|
h1 {
|
|
font-size: 3rem;
|
|
text-align: center;
|
|
margin-bottom: 1.2rem;
|
|
}
|
|
text-align: center;
|
|
|
|
.contact {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
a {
|
|
display: flex;
|
|
align-items: center;
|
|
img {
|
|
margin: 0 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|