Skip to content

Commit

Permalink
Merge branch 'main' into login
Browse files Browse the repository at this point in the history
  • Loading branch information
AshmitaBarthwal authored Jul 22, 2024
2 parents df5d293 + 8bc0083 commit 1bc0151
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 331 deletions.
10 changes: 1 addition & 9 deletions Image-Gallery/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {

.dark-theme {
--secondary-color: #0e1525;
--text-dark: white;
--text-dark: #ffffff;
--arr-light: white;
--body-light: #0e1525;
--img-color:red;
Expand Down Expand Up @@ -177,11 +177,3 @@ body {
#next {
left: 100%;
}
.goog-te-gadget img {
vertical-align: middle;
border: none;
width: 110px; /* Ensure the width is set to auto */
height: auto; /* Ensure the height is set to auto */
max-width: 100%; /* Adjust this value if needed */
max-height: 100%; /* Adjust this value if needed */
}
Loading

0 comments on commit 1bc0151

Please sign in to comment.