feat: both pages look good! Color slider works for both too
This commit is contained in:
@@ -90,6 +90,17 @@ nav ul li a:hover {
|
||||
/* background-color: rgba(0, 0, 0, .4); */
|
||||
}
|
||||
|
||||
.wrapper-changelog {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center; /* Center items horizontally */
|
||||
flex-grow: 1; /* Allow .wrapper to grow and occupy remaining space */
|
||||
row-gap: 20px;
|
||||
text-align: center;
|
||||
color: var(--font-color);
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
display: flex;
|
||||
padding: 5px 10px;
|
||||
@@ -207,6 +218,23 @@ h1 {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.responsive-image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.fa-moon {
|
||||
color: #f1c40f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user