🚧 Depura la estructura y estilos del menú e intro
This commit is contained in:
parent
5f64d50080
commit
cac50b21cb
8 changed files with 302 additions and 163 deletions
|
|
@ -1,3 +1,19 @@
|
|||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: var(--val-font-family);
|
||||
font-size: var(--val-fs--base);
|
||||
font-weight: var(--val-fw--base);
|
||||
line-height: var(--val-lh--base);
|
||||
color: var(--val-color--text);
|
||||
background-color: var(--val-color--bg);
|
||||
-webkit-text-size-adjust: 100%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
/* Page layout */
|
||||
|
||||
.region--footer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue