Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
geographyclub committed Apr 3, 2024
1 parent 7242041 commit 8951e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ hr {border:none; height:1px; background-color:#aaa; margin:5px auto; padding:0;
.footer p {color:#999; font-size:10px; margin-top:15px;}

#matchingResultsDiv {text-align:center; margin:0 auto; width:90%;}
#banner { background: linear-gradient(to left, rgba(255,255,255,0) 0%, rgba(255,255,255,255) 75%), url('img/states.png');
background-size: cover; height:100px; padding:20px 5% 20px 5%; width:100%; margin:50px auto 20px auto; color:#333; text-align:left; border-bottom:1px solid #ddd;}
#banner { background: linear-gradient(to left, rgba(255,255,255,0) 30%, rgba(255,255,255,100) 80%), url('img/states.png');
background-size: cover; height:100px; padding:20px 5% 20px 5%; width:100%; margin:50px auto 20px auto; color:#333; text-align:left; background-color:#ccc;}
#banner p {color:#333; font-size:12px; font-weight:300; margin-top:2px;}
#banner a {color:#333; text-decoration:underline;}
.title {color:#333; font-family: 'Montserrat'; font-size: 22px; font-weight: 900; letter-spacing: -1px; line-height: 0.8;}
Expand Down

0 comments on commit 8951e9d

Please sign in to comment.