remove margin-top from questions list
This commit is contained in:
parent
9ae0da5952
commit
a0ed83a7c3
2 changed files with 6 additions and 2 deletions
|
@ -378,4 +378,8 @@ a:active {
|
|||
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
|
||||
background: var(--color-blue-3);
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
||||
.the-questions {
|
||||
margin-top: 0;
|
||||
}
|
|
@ -35,7 +35,7 @@ get_header();
|
|||
]);
|
||||
|
||||
?>
|
||||
<article class="entry">
|
||||
<article class="entry the-questions">
|
||||
<div class="entry-content">
|
||||
<ul class="questions">
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue