Skip to content

Commit

Permalink
Added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Jan 30, 2025
1 parent 7e87da2 commit 5d8ebf1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions assets/css_files/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,27 +112,6 @@ body {
display: none;
}

@media (max-width: 433px) {

.info-details li span {
display: none;
}
}

@media (max-width: 352px) {
.info-details li a .hide {
display: inline;
}

.info-details li a .show {
display: none;
}

.info-details li span {
display: none;
}
}

.info-details li a {
color: #ffffff;
font-size: 16px;
Expand Down Expand Up @@ -282,4 +261,25 @@ body {
.form-wrap {
padding: 30px;
}
}

@media (max-width: 433px) {

.info-details li span {
display: none;
}
}

@media (max-width: 352px) {
.info-details li a .hide {
display: inline;
}

.info-details li a .show {
display: none;
}

.info-details li span {
display: none;
}
}

0 comments on commit 5d8ebf1

Please sign in to comment.