projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f705fd3
)
fix frame computation
author
Ralf Jung
<post@ralfj.de>
Wed, 13 Jan 2016 16:26:29 +0000
(17:26 +0100)
committer
Ralf Jung
<post@ralfj.de>
Wed, 13 Jan 2016 16:26:29 +0000
(17:26 +0100)
personal/_sass/_layout.scss
patch
|
blob
|
history
diff --git
a/personal/_sass/_layout.scss
b/personal/_sass/_layout.scss
index cde604e034ed50209c74e7bdd5672481a06e9925..299869f088dc67f336116199cbd92be3fdd6a58e 100644
(file)
--- a/
personal/_sass/_layout.scss
+++ b/
personal/_sass/_layout.scss
@@
-14,7
+14,7
@@
body { /* This centers us in the page, and handles the "too wide" case */
padding-top: $outer-margin; /* distance of top to window border */
padding-bottom: $outer-margin; /* distance of page-bottom to window border */
border-left: solid $text-color 1px;
- min-height: calc(100vh - #{$outer-margin});
+ min-height: calc(100vh - #{
2*
$outer-margin});
}
/* The content of the frame */