Hey I have a problem changing the main container with.
I have a Asteroid child where I can change the width setting it to a percentage value, (e.g. width: 92%;)
But when on the page it overwrites the value with another value coming from media=screen, and I dont know where this is set.
media="screen"
#container {
width: 976px;
}
media="all"
@media screen
#container {
background-color: #FFF;
border: 8px solid #000;
margin: auto;
width: 92%;
...
width 92% is just crossed