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.
17 lines
255 B
17 lines
255 B
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for Magazine+'s media tabs.
|
||
|
*/
|
||
|
.field--mt-media-tabs-block .nav-pills {
|
||
|
margin-bottom: 45px;
|
||
|
}
|
||
|
.mt-media-title {
|
||
|
margin-bottom: 25px;
|
||
|
}
|
||
|
.mt-media-title h3 {
|
||
|
font-size: 50px;
|
||
|
}
|
||
|
.mt-media-body {
|
||
|
margin-bottom: 15px;
|
||
|
}
|