draft desktop version finish
This commit is contained in:
parent
4b99d290f3
commit
ac3542099a
30 changed files with 1682 additions and 149 deletions
32
assets/css/src/_header.scss
Normal file
32
assets/css/src/_header.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
body {
|
||||
> header {
|
||||
position: sticky;
|
||||
z-index: 999;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 1.5rem var(--padding-body);
|
||||
box-sizing: border-box;
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
li {
|
||||
a {
|
||||
padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
li:not(:first-child) {
|
||||
font-size: var(--font-size-s);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
li:first-child {
|
||||
width: 30%;
|
||||
font-size: 1.5625rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue