Skip to content

Commit 0eacd85

Browse files
authored
add half-width and quarter-width classes for images (#134)
1 parent dd2a552 commit 0eacd85

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

assets/sass/_custom.sass

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,18 @@ div.subscribe
102102
margin-top: 0.25rem //this margin-top of 4px is necessary to align the icon with the text
103103

104104
.half-width
105-
max-width: 500px
105+
max-width: 50%
106+
float: left
107+
margin-right: 2rem
108+
display: block
106109
height:auto
110+
.quarter-width
111+
max-width: 25%
112+
float: left
113+
margin-right: 2rem
114+
display: block
115+
height:auto
116+
107117

108118
// font used in new dhtech logo; used in RSK post about creating logo
109119
@font-face

0 commit comments

Comments
 (0)