Skip to content

Commit

Permalink
Minor (S)CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Apr 15, 2024
1 parent 0d33312 commit e05d1c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/scss/chargy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1425,15 +1425,15 @@ body {
}

#eMail {
display: none;
display: none;
i {
position: relative;
top: 1px;
}
}

#hotline {
display: none;
display: none;
i {
position: relative;
top: 2px;
Expand All @@ -1447,10 +1447,6 @@ body {

}

#clear {
clear: both;
}

}

#overlay {
Expand Down Expand Up @@ -1755,7 +1751,7 @@ body {
position: relative;
top: 5%;
width: calc(90% - 20px);
height: calc(90% - 50px);
height: calc(90% - 50px);
margin: auto;
padding: 1px;
background-color: #f5f5f5;
Expand Down

0 comments on commit e05d1c4

Please sign in to comment.