13 lines
201 B
CSS
13 lines
201 B
CSS
.guide_row{
|
|
max-width: 1200px;
|
|
margin: auto;
|
|
margin-bottom: 30px;
|
|
background: white;
|
|
padding: 20px;
|
|
}
|
|
.ratedparent1 .ratedclass1{
|
|
display: none;
|
|
}
|
|
.vote_class{
|
|
width: 95%;
|
|
} |