8 lines
92 B
CSS
8 lines
92 B
CSS
.container {
|
|
width: 400px;
|
|
|
|
@media (max-width: 48em) {
|
|
width: 100%;
|
|
}
|
|
}
|