Skip to content

Commit

Permalink
draft css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MadelaineS committed Jul 6, 2021
1 parent 6d82ca0 commit 89fc55a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/themes/energyunion/globals/site.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ html {
position: relative;
display: flex;
align-items: center;
bottom: 7rem;
bottom: 9.5rem;
width: 135px;
height: auto;
font-size: 20px;
border-top: 4px solid #d92c3a;
border-radius: 2px;
color: #fff;
padding: 1rem 2rem;
padding: 1.5rem 2rem;
margin: 0 auto;
font-weight: bold;
background-color: #00000057;
Expand All @@ -32,7 +32,7 @@ html {

@media (max-width: 991px) {
&:after {
top: 3rem;
top: 0.5rem;
}
}

Expand Down

0 comments on commit 89fc55a

Please sign in to comment.