7 lines
87 B
CSS
7 lines
87 B
CSS
.container {
|
|
max-width: 566px;
|
|
width: 100%;
|
|
height: 400px;
|
|
overflow: hidden;
|
|
}
|