summaryrefslogtreecommitdiff
path: root/src/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.scss')
-rw-r--r--src/main.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main.scss b/src/main.scss
index 53c5154..9a89e6d 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -7,11 +7,12 @@ header {
width: 100%;
background-color: black;
color: white;
+ p.breadcrumbs {
+ background-color: blue;
+ }
h1 {
font-size: 50px;
- height: 50px;
- margin: 0px 0px 0px 0px;
- padding: 0px 0px 0px 10px;
+ margin: 0;
}
}