Merge pull request #896 from dod-ccpo/home-page-fixes

Home page fixes
This commit is contained in:
dandds
2019-06-12 14:05:26 -04:00
committed by GitHub
5 changed files with 39 additions and 25 deletions

View File

@@ -47,17 +47,26 @@
}
}
.semi-collapsed {
overflow: hidden;
height: 5.1rem;
.section-description {
font-size: $lead-font-size;
}
.more {
margin-top: -4.4rem;
padding-left: 1.25rem;
background-color: $color-offwhite;
position: relative;
cursor: pointer;
margin-left: 1rem;
.icon {
width: 1rem;
margin: 0 0 0 0.5rem;
svg * {
fill: $color-blue;
}
svg > path {
transform: translate(0, 5px);
}
}
}
.green {

View File

@@ -28,7 +28,7 @@
}
.links {
justify-content: normal;
justify-content: flex-start;
.icon-link:first-child {
padding-left: 0;