We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b0ed4 commit e574010Copy full SHA for e574010
changelog.txt
@@ -16,6 +16,8 @@
16
#30 - archive page did not implement layout styles
17
#45 - added border-bottom checkbox toggle for widget
18
#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
21
22
### 1.0.7
23
<a href="https://github.com/puikinsh/shapely/issues">Issues</a>
style.css
@@ -2053,6 +2053,10 @@ input[type="submit"]:focus {
2053
margin-bottom: 48px;
2054
}
2055
2056
+.content-area .widget {
2057
+ margin-bottom: 0;
2058
+}
2059
+
2060
.category-list {
2061
line-height: 32px;
2062
0 commit comments