Skip to content

Commit

Permalink
adjusting gap spacing for hp_containers
Browse files Browse the repository at this point in the history
  • Loading branch information
kapor committed Oct 23, 2024
1 parent ce6ae82 commit da4afb6
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions css/hp.css
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@


.hp_notes {
padding: 4px 8px 4px 8px;
padding: 4px 8px 4px 16px;
margin-left: 0;
display: block;
font-family: 'Atlas Grotesk Web', sans-serif;
Expand All @@ -1374,12 +1374,19 @@
text-transform: none;
width: 100%;
margin-top: 0px;
margin-bottom: 16px;
margin-bottom: 8px;
color: #222222;
border-left: 4px solid #FFFFFF;
background-color: ;
}

@media screen and (max-width: 1000px) {
.hp_notes {
padding: 4px 8px 4px 10px;
}
}



.hp_notes a {
color: #6219FF;
}
Expand Down Expand Up @@ -1410,7 +1417,10 @@
height: 100%;
margin-bottom: 8px;
margin-top: 8px;
display: flex;
gap: 16px;
background-image: url(/images/patterns/tile_bg_beige.png);
flex-direction: column;
}


Expand Down Expand Up @@ -1521,7 +1531,7 @@
line-height: 26px;
text-transform: uppercase;
width: 90%;
margin: 0px 0px 32px 0px;
margin: 0px 0px 24px 0px;
color: #222222;
}

Expand Down Expand Up @@ -1701,6 +1711,7 @@ MOBILE MARGIN UPDATE

.hp_container_pc {
border-radius: 0px;
gap: 10px;
}


Expand Down

0 comments on commit da4afb6

Please sign in to comment.