aboutsummaryrefslogtreecommitdiff
path: root/static/styles/risotto/header.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-09 00:41:20 -0700
committerFuwn <[email protected]>2024-10-09 00:41:43 -0700
commit998b63a35256ac985a5a2714dd1ca451af4dfd8a (patch)
tree50796121a9d5ab0330fdc5d7e098bda2860d9726 /static/styles/risotto/header.css
parentfeat(graphql): add badgeCount field (diff)
downloaddue.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.tar.xz
due.moe-998b63a35256ac985a5a2714dd1ca451af4dfd8a.zip
chore(prettier): use spaces instead of tabs
Diffstat (limited to 'static/styles/risotto/header.css')
-rw-r--r--static/styles/risotto/header.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/static/styles/risotto/header.css b/static/styles/risotto/header.css
index 24f1a0e7..3a2e86de 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: './';
}