aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/poe.scss
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-06 19:27:16 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-06 19:27:16 +0900
commitb8bdbcaed133517a1e2328e3521554c0d9747c71 (patch)
tree4fa9815acfc838e603f8ef6775b4c657e8345102 /frontend/poe.scss
parent86fbfe2995e93f021e1d5fcc9781946b2b98b97f (diff)
downloadpoe-b8bdbcaed133517a1e2328e3521554c0d9747c71.tar.gz
タイトルを修正
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 {