Add Footer to home
This commit is contained in:
19
src/assets/css/components/home/footer.scss
Normal file
19
src/assets/css/components/home/footer.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.icons {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
|
||||
.icon {
|
||||
font-size: 8em;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
font-size: 2em;
|
||||
text-decoration: underline;
|
||||
color: white;
|
||||
|
||||
> * {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user