summaryrefslogtreecommitdiffstats
path: root/sass/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/styles.scss')
-rw-r--r--sass/styles.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/sass/styles.scss b/sass/styles.scss
index 0a696bf..76a75ab 100644
--- a/sass/styles.scss
+++ b/sass/styles.scss
@@ -27,16 +27,19 @@ pre {
color: #ccc;
font-size: 200%;
}
- .site-description {
+ .site-bar {
+ display: flex;
+ justify-content: space-between;
background-color: #000;
color: #ccc;
font-size: x-small;
}
+
}
.page-content,
.site-title,
-.site-description {
+.site-bar {
@media(min-width: 960px) {
padding-left: 5rem;
padding-right: 5rem;