13 lines
189 B
CSS
13 lines
189 B
CSS
.register_body{
|
|
background: white;
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
padding: 40px;
|
|
}
|
|
.new_guide_title{
|
|
background: white;
|
|
|
|
}
|
|
.new_guide_body{
|
|
background: white;
|
|
} |