remove margin-top from questions list

This commit is contained in:
Evan Mullins 2019-03-22 12:25:10 -06:00
parent 9ae0da5952
commit a0ed83a7c3
2 changed files with 6 additions and 2 deletions

View file

@ -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;
}

View file

@ -35,7 +35,7 @@ get_header();
]);
?>
<article class="entry">
<article class="entry the-questions">
<div class="entry-content">
<ul class="questions">
<?php