Skip to content

Commit 66329bf

Browse files
authored
fix padding and margin of preference option
1 parent 32acd1e commit 66329bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

client/styles/abstracts/_placeholders.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145
text-align: left;
146146
padding: 0;
147147
margin-bottom: #{math.div(5, $base-font-size)}rem;
148-
padding-right: #{math.div(5, $base-font-size)}rem;
148+
margin-left: #{math.div(1, $base-font-size)}rem;
149+
padding: 0 #{math.div(2, $base-font-size)}rem;
149150
border: 0;
150151
list-style-type: none;
151152
}

0 commit comments

Comments
 (0)