summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2015-08-29 21:40:52 +0200
committerSiri Reiter <siri@jones.dk>2015-08-29 21:40:52 +0200
commit8f22685bcc7972049b25873d7a1ba2dc1775809e (patch)
treeafe1f477b9f704e4221749f7bdf59a2cf06745d5 /style.scss
parent5184f0286987de840e2827f22cfc5c4934f3539c (diff)
Remove negative margin for deco images. Content width 56%, sidebar and farbar wider, adjust margins.
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss17
1 files changed, 8 insertions, 9 deletions
diff --git a/style.scss b/style.scss
index 3a82438..0549abc 100644
--- a/style.scss
+++ b/style.scss
@@ -199,8 +199,9 @@ body {
#content {
float: left;
min-height: 480px;
- max-width: 48em;
- margin: 2% 40% 2% 20%;
+ width: 56%;
+ max-width: 72em;
+ margin: 2% 22%;
padding: 0;
text-align: left;
background-color: none;
@@ -235,10 +236,8 @@ img {
float: right;
width: 50%;
max-width: 200px;
- margin-right: -50%;
- margin-top: 0;
- margin-bottom: 0;
- padding: 0 5% 5%;
+ margin: 0;
+ padding: 0 0 4% 4%;
background-color: none;
}
@@ -287,7 +286,7 @@ img {
.sidebar {
float: left;
min-height: 480px;
- width: 14%;
+ width: 16%;
padding: 1%;
margin-top: 2%;
margin-left: -98%;
@@ -328,9 +327,9 @@ img {
.farbar {
float: left;
min-height: 480px;
- width: 14%;
+ width: 16%;
margin-top: 2%;
- margin-left: -18%;
+ margin-left: -20%;
margin-bottom: 2%;
padding: 1%;
background-color: LightBlue;