diff options
Diffstat (limited to 'static/styles/risotto/header.css')
| -rw-r--r-- | static/styles/risotto/header.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/styles/risotto/header.css b/static/styles/risotto/header.css new file mode 100644 index 00000000..24f1a0e7 --- /dev/null +++ b/static/styles/risotto/header.css @@ -0,0 +1,17 @@ +/* Main menu */ +.main-nav ul { + display: flex; + flex-flow: row wrap; + justify-content: flex-start; + margin: 0; + padding: 0.25rem 0; +} + +.main-nav li { + margin-left: 2.5rem; + text-transform: lowercase; +} + +.main-nav li::marker { + content: './'; +} |