Actual basic footer. Need to add everything tina related.
This commit was merged in pull request #11.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
@import "carousel";
|
||||
@import "image";
|
||||
@import "main-title";
|
||||
@import "footer";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@@ -20,6 +21,11 @@ html {
|
||||
scroll-padding-top: var(--header-Height);
|
||||
}
|
||||
|
||||
// TODO: Try to do this in a better way if possible
|
||||
.prose :where(p:first-of-type):not(:where([class~="not-prose"] *)) {
|
||||
font-size: initial;
|
||||
}
|
||||
|
||||
.container-large {
|
||||
max-width: 75rem;
|
||||
}
|
||||
|
||||
19
styles/footer.scss
Normal file
19
styles/footer.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
#socials img {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #5975a3;
|
||||
|
||||
p {
|
||||
text-align: justify;
|
||||
hyphens: auto;
|
||||
font-size: 1.05rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #d8ac74;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user