8 lines
92 B
CSS
8 lines
92 B
CSS
@import url("/styles/variables.css");
|
|
|
|
main {
|
|
min-width: 200px;
|
|
max-width: 90%;
|
|
}
|
|
|
|
|