projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc34c8
)
fix black bar to the left of the small-screen view
author
Ralf Jung
<post@ralfj.de>
Wed, 23 May 2018 12:23:42 +0000
(14:23 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 23 May 2018 12:23:42 +0000
(14:23 +0200)
personal/_sass/_layout.scss
patch
|
blob
|
history
diff --git
a/personal/_sass/_layout.scss
b/personal/_sass/_layout.scss
index 28d5919d40dea82ba1d9b040cc95994f896d72bb..8859ce17d1e4d4f9c8898562320e3314fe0b1ce5 100644
(file)
--- a/
personal/_sass/_layout.scss
+++ b/
personal/_sass/_layout.scss
@@
-100,6
+100,7
@@
body { /* This centers us in the page, and handles the "too wide" case */
clear: both;
float: none;
position: static;
+ border: none;
}
#-content {
padding: #{ $outer-margin * 0.75 };