8 lines
179 B
CSS
8 lines
179 B
CSS
|
@layer reset {
|
||
|
body, button, h1, h2, h3, h4, h5, h6, input, ol, ul, p, pre, textarea {
|
||
|
padding: 0; margin: 0;
|
||
|
}
|
||
|
|
||
|
figure, figure .youtube { line-height: 1; }
|
||
|
}
|