mirror of
https://github.com/Cametendo/EMVs-Creative-coding.git
synced 2026-06-20 17:45:02 +02:00
12 lines
152 B
CSS
12 lines
152 B
CSS
/* Reset body margins and prevent double scrollbars */
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: 1400px;
|
|
border: none;
|
|
}
|