summaryrefslogtreecommitdiff
path: root/assets/css/src/header.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/header.css')
-rw-r--r--assets/css/src/header.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/src/header.css b/assets/css/src/header.css
index bcb9dcd7..c7bb6843 100644
--- a/assets/css/src/header.css
+++ b/assets/css/src/header.css
@@ -1,7 +1,7 @@
/* header */
header {
margin-top: 10px;
- padding-bottom: 15px;
+ padding-bottom: 10px;
border-bottom: 1px solid #dedede;
}
@@ -11,7 +11,7 @@ header h1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- width: 75%;
+ max-width: 70%;
float: left;
}