aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/sidebar.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/sidebar.css b/res/sidebar.css
index 39a32ab..5d1fc39 100644
--- a/res/sidebar.css
+++ b/res/sidebar.css
@@ -34,10 +34,12 @@
}
.teal {
+ display: flex;
+ justify-content: space-between;
width: 100%;
background: #0099ff;
border-bottom: 1px solid #007acc;
- box-sizing: border:box;
+ box-sizing: border-box;
margin: 0;
padding: 10px;
}