Skip to content

Commit 2d6ffac

Browse files
authored
Update style.css
Adapt logo added
1 parent 238a53a commit 2d6ffac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

static/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,16 @@ ul {
829829
color: #e91e63;
830830
}
831831

832+
.adapt-image-container {
833+
width: 100%;
834+
text-align: center; /* This aligns the image to the right */
835+
}
836+
837+
.adapt-image-container img {
838+
width: 250px; /* Adjust this value to your desired width */
839+
height: auto; /* Maintain aspect ratio */
840+
margin-top: 2px;
841+
}
832842
.form-section {
833843
background-color: #ffe4e9;
834844
padding: 20px;

0 commit comments

Comments
 (0)