11 lines
135 B
CSS
11 lines
135 B
CSS
.main {
|
|
width: 80vw;
|
|
padding: 0 10vw;
|
|
display: flex;
|
|
flex-flow: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.fluid {
|
|
max-width: 100%;
|
|
} |