Skip to content

Commit

Permalink
change footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilisvas committed Feb 14, 2024
1 parent cd0da3d commit 1397922
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,12 @@ img::-moz-selection {

footer {
padding: 30px 0;
background: #f3f9ff;
/* background: #f3f9ff; */
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(243,249,255,1) 100%);
/* background: rgb(255, 225, 180); */
border-top: 1px #EAEAEA solid;
margin-top: 50px;
margin-top: 100px;
font-size: 14px;
}

Expand Down

0 comments on commit 1397922

Please sign in to comment.