15 lines
159 B
CSS
15 lines
159 B
CSS
|
@import "../_global/header.css";
|
||
|
|
||
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
|
||
|
}
|