Set .container .content width to 100%

Fixes #7
This commit is contained in:
Nishanth Shanmugham
2016-09-10 11:16:48 -05:00
parent d1c7de8860
commit df002a3f46
2 changed files with 32 additions and 24 deletions

View File

@@ -143,6 +143,11 @@ section {
width: 100%;
}
// Introduced for https://github.com/nishanths/cocoa-hugo-theme/issues/7.
.container .content {
width: 100%;
}
@media (min-width: @wide-1-breakpoint) {
section {
padding: 0 @vspacing/2;