Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1138,17 +1138,17 @@ tr:last-child td {
footer {
background: linear-gradient(135deg, #0b0081 0%, #1a0f4d 100%);
color: var(--neutral-100);
margin-top: 100px;
position: relative;
width: 100%;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-container {
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
padding-bottom: 21px;
}

.footer-content {
Expand Down Expand Up @@ -1287,9 +1287,10 @@ footer {
}

.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 32px 0;
background: rgba(0, 0, 0, 0.2);
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 2rem 1rem;
background: rgba(0, 0, 0, 0.2);
border-radius: 1.2rem;
}

.footer-bottom-content {
Expand Down