feat: about page is doneeeeeeee

This commit is contained in:
2024-04-20 19:51:24 -05:00
parent deab634aa8
commit bfc5c69ad8
2 changed files with 39 additions and 10 deletions

View File

@@ -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;
}