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 dd2a552 commit 0eacd85Copy full SHA for 0eacd85
assets/sass/_custom.sass
@@ -102,8 +102,18 @@ div.subscribe
102
margin-top: 0.25rem //this margin-top of 4px is necessary to align the icon with the text
103
104
.half-width
105
- max-width: 500px
+ max-width: 50%
106
+ float: left
107
+ margin-right: 2rem
108
+ display: block
109
height:auto
110
+.quarter-width
111
+ max-width: 25%
112
113
114
115
+ height:auto
116
+
117
118
// font used in new dhtech logo; used in RSK post about creating logo
119
@font-face
0 commit comments