16 lines
211 B
CSS
16 lines
211 B
CSS
|
@import "global.css";
|
||
|
@import "variables.css";
|
||
|
@import "form.css";
|
||
|
|
||
|
.shopp-container{
|
||
|
max-width: 1200px;
|
||
|
margin: 0 auto;
|
||
|
padding: 0 15px;
|
||
|
}
|
||
|
|
||
|
.shopp-title{
|
||
|
margin: 32px 0;
|
||
|
font-size: 32px;
|
||
|
}
|
||
|
|