You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// *! this is an opionionated (especially based on "enhancing" normalize.css) version of minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css
14
+
html,
15
+
body {
16
+
margin: 0;
17
+
padding: 0;
18
+
}
19
+
20
+
// Box sizing
21
+
html {
22
+
box-sizing: border-box;
23
+
}
24
+
25
+
// Make sure every elements has the current color from container above
// List style / https://marketingportal.extranet.deutschebahn.com/de/brandguide/typografie-1#8e0be060-c2f5-42a1-abbc-6b050845d73c~paragraph--image_link
0 commit comments