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 3624c2e commit 0b5e1b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body {
background: -webkit-radial-gradient(circle, rgba(0,5,36,1) 0%, rgba(9,9,121,1) 29%, rgba(0,212,255,1) 100%);
background: radial-gradient(circle, rgba(0,5,36,1) 0%, rgba(9,9,121,1) 29%, rgba(0,212,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000524",endColorstr="#00d4ff",GradientType=1);
background-attachment: fixed;
}

.container-rounded {
Expand Down Expand Up @@ -58,7 +59,6 @@ body {
}

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

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

.sidebar .media-underline {
Expand Down

0 comments on commit 0b5e1b1

Please sign in to comment.