feat: about page is doneeeeeeee
This commit is contained in:
@@ -219,8 +219,9 @@ h1 {
|
||||
}
|
||||
|
||||
.image-container {
|
||||
width: 100%;
|
||||
width: 80%;
|
||||
max-width: fit-content;
|
||||
min-width: 200px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 10px;
|
||||
overflow: hidden;
|
||||
@@ -235,6 +236,13 @@ h1 {
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.iframe-container {
|
||||
width: 100%;
|
||||
overflow: auto; /* Enable scrolling when content overflows */
|
||||
max-width: 600px; /* Set maximum width to match iframe width */
|
||||
margin: 0 auto; /* Center the container horizontally */
|
||||
}
|
||||
|
||||
.fa:hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user