Skip to content

Commit 644f0f2

Browse files
committed
Fix copy/paste bug and remove whitespace
1 parent 9a97919 commit 644f0f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Die Syntax von BEM finden wir jedoch etwas sperrig und haben uns für ein andere
140140
.fact-list
141141
list-style-type: disc
142142
.fact-list__entry
143-
list-style-type: discline-height: 1.2
143+
line-height: 1.2
144144
.fact-list__entry--highlighted
145145
font-weight: 700
146146
</pre>
@@ -173,7 +173,7 @@ Die Syntax von BEM finden wir jedoch etwas sperrig und haben uns für ein andere
173173
%img.media-list--image{…}
174174
%li.media-list--item
175175
%img.media-list--image{…}
176-
176+
177177
.product--information
178178
%h1.headline.xl Musterprodukt
179179
```
@@ -192,23 +192,23 @@ Die Syntax von BEM finden wir jedoch etwas sperrig und haben uns für ein andere
192192
``` sass
193193
.media-list
194194
margin-bottom: 20px
195-
195+
196196
.media-list--item
197197
width: 100%
198-
198+
199199
.media-list--image
200200
display: block
201201
```
202-
202+
203203
#### assets/stylesheets/specific-components/_product.css.sass
204204

205205
``` sass
206206
.product
207207
background-color: $color-product-background
208-
208+
209209
.product--images
210210
+column(4)
211-
211+
212212
.product--information
213213
+column(8)
214214
```

0 commit comments

Comments
 (0)