Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister authored Mar 13, 2024
1 parent b299153 commit 181ca9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body {
background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(96,173,244,1) 100%);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(96,173,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#60adf4",GradientType=1);
/* W3C */
background-attachment: fixed;
}

Expand Down Expand Up @@ -60,7 +59,6 @@ body {
}

.footer {
margin-top: 15px;
margin-bottom: 5px;
border-top: 1px solid grey;
padding-top: 10px;
Expand All @@ -73,6 +71,7 @@ body {
.mainFrame {
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
margin-bottom: 0;
}

Expand Down Expand Up @@ -127,6 +126,7 @@ body {
.sidebar .bottomItem {
border-top: 1px solid grey;
padding-top: 10px;
padding-bottom: 15px;
}

.sidebar .media-underline {
Expand Down

0 comments on commit 181ca9e

Please sign in to comment.