7 lines
100 B
CSS
7 lines
100 B
CSS
.pixel-blast-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|