6 lines
98 B
CSS
6 lines
98 B
CSS
|
|
/* Layout */
|
|
body > * {
|
|
width: 100%;
|
|
padding: 0 calc( max(5px, ( 100vw - 50em ) / 2 ));
|
|
} |