Skip to content

Commit e574010

Browse files
author
Cosmin
committed
#103 - removed margin bottom for the widgets in the main content area
1 parent c0b0ed4 commit e574010

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
#30 - archive page did not implement layout styles
1717
#45 - added border-bottom checkbox toggle for widget
1818
#79 - added epsilon toggles for widgets
19+
#95 - changed import demo content to required action
20+
#103 - removed margin bottom from the widgets only in the main content
1921

2022
### 1.0.7
2123
<a href="https://github.com/puikinsh/shapely/issues">Issues</a>

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,10 @@ input[type="submit"]:focus {
20532053
margin-bottom: 48px;
20542054
}
20552055

2056+
.content-area .widget {
2057+
margin-bottom: 0;
2058+
}
2059+
20562060
.category-list {
20572061
line-height: 32px;
20582062
}

0 commit comments

Comments
 (0)