Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
- Awards now aligned to flex-start in an attempt to fix ratio issues
- Girl scout section formatting changes
  • Loading branch information
philocalyst committed Aug 31, 2023
1 parent 656c3d4 commit e6e7763
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ header .button.hide {
position: relative;
top: 135px;
left: 9px;
width: 250px;
width: 260px;
height: 140px;
margin:10px 0 0 -10px;
background: white;
Expand Down Expand Up @@ -594,17 +594,17 @@ button, #submit {

.logoWrapper > h3 {
position: absolute;
top: 93%;
top: 92%;
left: 50%;
font-size: 2.3rem;
font-size: 2rem;
transform: translate(-50%, -50%);
font-family: 'Ageo';
width: max-content;
margin: 0;
}

[aria-label="Girl Scout Catering Information"] h2 {
margin: 20px 10px;
margin: 18px auto 12px auto;
color: #9D000D;
}

Expand Down Expand Up @@ -654,6 +654,7 @@ button, #submit {
width: 80%;
margin-left: auto;
margin-right: auto;
align-items: flex-start;
}

.awards img {
Expand Down

0 comments on commit e6e7763

Please sign in to comment.