refactor/add build time to page footers
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@import "tailwindcss";
|
||||
@import "primereact/resources/themes/bootstrap4-dark-blue/theme.css";
|
||||
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
|
||||
@plugin "@tailwindcss/typography";
|
||||
|
||||
@@ -161,6 +160,11 @@ blockquote p:first-of-type::after {
|
||||
Custom
|
||||
*/
|
||||
|
||||
.footer {
|
||||
display: grid;
|
||||
align-items: end;
|
||||
}
|
||||
|
||||
.header-text, .footer-text {
|
||||
font-family: "bebas_neueregular";
|
||||
}
|
||||
|
Reference in New Issue
Block a user