You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
333 B
19 lines
333 B
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for comments section in Magazine+.
|
||
|
*/
|
||
|
|
||
|
/*comments section*/
|
||
|
.comment-wrapper {
|
||
|
margin-top: 45px;
|
||
|
}
|
||
|
.comment-wrapper h2.title {
|
||
|
font-size: 12px;
|
||
|
border-top: none;
|
||
|
border-bottom: 2px solid #eaeaea;
|
||
|
padding-bottom: 20px;
|
||
|
margin-bottom: 30px;
|
||
|
text-align: left;
|
||
|
text-transform: uppercase;
|
||
|
}
|