Skip to content
Closed
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
14 changes: 13 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,12 @@ body.dark-mode footer {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
margin-bottom: 1rem;
transition: all 0.5s ease;
margin-bottom: 2rem;
border: 2px solid #c3c6ce;
position: relative;

}

.event-card:not(:hover) {
Expand Down Expand Up @@ -597,6 +599,7 @@ body.dark-mode footer {

.event-details {
padding: 1.5rem;
height: 50vh;
}

.event-title {
Expand Down Expand Up @@ -635,13 +638,22 @@ body.dark-mode footer {
border: none;
color: #ffffff !important;
background-color: var(--primary-color);

font-size: 1rem;
padding: 0.5rem 1rem;
position: relative;
left: 30%;
bottom: 0;
text-decoration: none;
transition: background-color 0.3s ease;
display: flex;
justify-content: center;
margin-top: 10px;
position: absolute;
width: 21%;

bottom: 22px;

}

.register-button:hover {
Expand Down