diff options
Diffstat (limited to 'static/styles/risotto/header.css')
| -rw-r--r-- | static/styles/risotto/header.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/styles/risotto/header.css b/static/styles/risotto/header.css index 3a2e86de..6a0fe12a 100644 --- a/static/styles/risotto/header.css +++ b/static/styles/risotto/header.css @@ -1,17 +1,17 @@ /* Main menu */ .main-nav ul { - display: flex; - flex-flow: row wrap; - justify-content: flex-start; - margin: 0; - padding: 0.25rem 0; + 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; + margin-left: 2.5rem; + text-transform: lowercase; } .main-nav li::marker { - content: './'; + content: "./"; } |