Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _pages/learn-about-federal-privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@

<section class=" grid-container">

<div class="grid-row grid-gap">
<div class="grid-row grid-gap space-between">
{% for icon in page.priority_icons %}
<div class="tablet:grid-col-3 learn-about text-center margin-y-2 bg-white padding-2 margin-1 shadow-5 members-hover radius-lg ">
<div class="tablet:grid-col-3 learn-about text-center margin-y-2 bg-white padding-2 margin-05 shadow-5 members-hover radius-lg ">
{% if icon.url %}
<a href="{{ site.baseurl }}{{ icon.url }}" class="text-no-underline text-gray-70" style="display: inline-block;">
{% else %}
Expand Down
12 changes: 8 additions & 4 deletions assets/css/main-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -493,12 +493,12 @@ abbr{
background-size: cover ;
}

.learn-about {
width: 23%;
@media only screen and (min-width: 700px) {
.learn-about {
width: 23%;
}
}



@media only screen and (min-width: 1200px){
.abstract-background2 {
background-image: url(../assets/img/fcp-hero-2.png);
Expand Down Expand Up @@ -693,3 +693,7 @@ abbr{
.font-size-145rem{
font-size: 1.45rem;
}

.space-between{
justify-content: space-between;
}