aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/poe.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/poe.scss')
-rw-r--r--frontend/poe.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/frontend/poe.scss b/frontend/poe.scss
index 31677a5..ef92031 100644
--- a/frontend/poe.scss
+++ b/frontend/poe.scss
@@ -29,14 +29,18 @@ pre {
border: 1px solid #e7e7e7;
border-width: 0 0 1px;
background-color: #f8f8f8;
- padding: 0 30px;
display: flex;
align-items: center;
.brand {
flex-grow: 1;
- padding: 15px 0;
- font-size: 18px;
+ .navbar-brand {
+ font-size: 18px;
+ margin: 0 15px 0 10px;
+ }
+
+ .navbar-text {
+ }
}
a {