14 lines
139 B
CSS
14 lines
139 B
CSS
body{
|
|
background: #eee;
|
|
}
|
|
|
|
.container.fluid{
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
#main-wrapper{
|
|
background: white;
|
|
border-radius: 8px;
|
|
}
|