Skip to content

Commit

Permalink
Merge pull request #1222 from GSA/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
stacyaharfenist authored Sep 27, 2024
2 parents 2e56535 + f9f09d0 commit 85cc191
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions assets/css/main-page-green.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,24 @@ color:#005ea2;
.cptt-div-height {
height: 40rem;
}

.about-the-council {
background-image: url('../images/Abstract-Green-Hero-Image.png');
background-color: #000;
height: 22rem;
}
}

@media screen and (max-width: 390px) {
.cptt-div-height {
height: 52rem;
}

.about-the-council {
background-image: url('../images/Abstract-Green-Hero-Image.png');
background-color: #000;
height: 26rem;
}
}


Expand Down Expand Up @@ -1052,6 +1064,16 @@ abbr{
border-radius: 50%;
}

@media (max-width: 821px) {
.circle-card {
background: white;
height: 10rem;
width: 10rem;
border-radius: 50%;
margin-top: 2rem;
}
}

.video-container {
position: relative;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion prioritypages/career-planning-training-tool.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Welcome to the Career Planning & Training Tool! (in Beta)
title: Welcome to the Career Planning & Training Tool!
layout: priority-copy
permalink: /career-planning-training-tool/
aliases:
Expand Down

0 comments on commit 85cc191

Please sign in to comment.