summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2016-03-26 08:17:24 +0100
committerSiri Reiter <siri@jones.dk>2016-03-26 08:17:24 +0100
commit1b263a1f906b2e4708aaaafb8e38e50e63489a06 (patch)
treeeddaa98104852b146ae20c64d323d1fe1dd1d679 /style.scss
parentf3f5e18f8a94c3a0e33606ec2436ef89ce98d463 (diff)
No margins in topbar. Create flex image for columns.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index 01bf661..ccdcffc 100644
--- a/style.scss
+++ b/style.scss
@@ -177,6 +177,8 @@ body {
.topbar p {
float: left;
+ margin-top: 0;
+ margin-bottom: 0;
}
.topbar a {
@@ -249,6 +251,10 @@ img {
background-color: none;
}
+#content img.flex {
+ height: 150px;
+}
+
#content img.solo {
float: none;
display: block;