new forge migration
This commit is contained in:
parent
45b941f327
commit
22a1036e86
422 changed files with 5786 additions and 2 deletions
19
themes/risotto/static/css/header.css
Normal file
19
themes/risotto/static/css/header.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Main menu */
|
||||
.main-nav ul {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
gap: 0.5rem 2rem;
|
||||
}
|
||||
|
||||
.main-nav li {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
.main-nav li::marker {
|
||||
content: "./";
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue