Skip to content

Commit

Permalink
Merge pull request #181 from anandpanda/anand
Browse files Browse the repository at this point in the history
Form Validation
  • Loading branch information
Durgesh4993 authored May 30, 2024
2 parents 9ca05b9 + 7dbb054 commit f12d895
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ h1 {
background: rgb(70, 70, 70);
}

.back {

/* styles for dark mode toggle */
.dark-mode-toggle {
position: fixed;
Expand Down Expand Up @@ -514,14 +516,14 @@ body.dark-mode .edge:active {
bottom: 0;
z-index: -1;
}
@media(min-aspect-ratio:16/9){
.back{
@media (min-aspect-ratio: 16/9) {
.back {
width: 100%;
height: auto;
}
}
@media(max-aspect-ratio:16/9){
.back{
@media (max-aspect-ratio: 16/9) {
.back {
width: auto;
height: 100%;
}
Expand Down

0 comments on commit f12d895

Please sign in to comment.