first commit
This commit is contained in:
2
public/css/compiled/main.css
Normal file
2
public/css/compiled/main.css
Normal file
File diff suppressed because one or more lines are too long
0
public/css/custom.css
Normal file
0
public/css/custom.css
Normal file
21
public/css/variables.css
Normal file
21
public/css/variables.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Hugo template to derive CSS variables from site and page parameters */
|
||||
|
||||
/* Do not remove the following comment. It is used by Hugo to render CSS variables.*/
|
||||
|
||||
:root {
|
||||
--hextra-max-page-width: 80rem;
|
||||
--hextra-max-navbar-width: 80rem;
|
||||
--hextra-max-footer-width: 80rem;
|
||||
}
|
||||
|
||||
.hextra-max-page-width {
|
||||
max-width: var(--hextra-max-page-width);
|
||||
}
|
||||
|
||||
.hextra-max-navbar-width {
|
||||
max-width: var(--hextra-max-navbar-width);
|
||||
}
|
||||
|
||||
.hextra-max-footer-width {
|
||||
max-width: var(--hextra-max-footer-width);
|
||||
}
|
||||
Reference in New Issue
Block a user