Skip to content

Commit

Permalink
new changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
varshasric4 committed Nov 6, 2024
1 parent 2acbbd0 commit 9bfb946
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
}
/* Popup Styles */
.popup {
transition: opacity 0.3s ease, visibility 0.3s ease;
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
left: 0;
Expand Down Expand Up @@ -142,6 +143,8 @@ p {
}

.video-container video {
max-width: 100%;

width: calc(100% + 150px); /* Increase the width to crop from the right */
height: auto; /* Maintain aspect ratio */
position: relative;
Expand Down Expand Up @@ -330,6 +333,13 @@ p {
}
@media (max-width:480px)
{
.ticket-list {
flex-direction: column; /* Stack cards vertically on smaller screens */
align-items: center;
}
.navbar ul {
flex-direction: column;
}
#darkModeToggle{
margin-top: 20px;
}
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1697,4 +1697,5 @@ <h4>FIND US</h4>
<script src="chatbot.js"></script>
</body>

</html>
</html>
</head>

0 comments on commit 9bfb946

Please sign in to comment.