Remove the previous box around ad

This commit is contained in:
Josh Buchea 2018-05-25 21:38:25 -07:00
parent bf5eb468b7
commit c7ad84fa94
1 changed files with 21 additions and 20 deletions

View File

@ -95,29 +95,30 @@ ul ul {
} }
.header-link { .header-link {
display: flex; // display: flex;
align-items: center; // align-items: center;
margin: 0 auto 40px; // margin: 0 auto 40px;
box-shadow: 0 0 1rem rgba(0,0,0,0.2); margin-bottom: 40px;
border-radius: 5px; // box-shadow: 0 0 1rem rgba(0,0,0,0.2);
background-color: #fff; // border-radius: 5px;
min-width: 240px; // background-color: #fff;
width: 240px; // min-width: 240px;
height: 218px; // width: 240px;
font-size: .8em; // height: 218px;
// font-size: .8em;
& > a { // & > a {
display: block; // display: block;
padding: 1rem 2rem; // padding: 1rem 2rem;
border-bottom: none; // border-bottom: none;
} // }
//
p:last-of-type { // p:last-of-type {
margin-bottom: 0; // margin-bottom: 0;
} // }
@media(min-width: 700px) { @media(min-width: 700px) {
margin: 0; margin-bottom: 0;
} }
} }