Skip to content

Commit

Permalink
Updated aboutus.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Hemashree21 committed Jul 31, 2024
1 parent 5270c2b commit 80e8f44
Showing 1 changed file with 7 additions and 44 deletions.
51 changes: 7 additions & 44 deletions Css-Files/aboutus.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,52 +117,15 @@
text-align: left;
margin-top: 1rem;
}

.about-us-location {
border: 2px solid #1c413b;
}

.about-us-location:hover {
background: #1c413b;
color: white;
}

.about-us-product {
border: 2px solid #1c413b;
}

.about-us-product:hover {
background: #1c413b;
color: white;
}

.about-us-event {
border: 2px solid #1c413b;
}

.about-us-event:hover {
background: #1c413b;
color: white;
}

.about-us-blk-text {
font-size: 20px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0em;
text-align: left;
margin-top: 1rem;
.about-us-blk-para {
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
margin: 0 1rem;
}

.about-us-blk-para {
font-size: 16px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0em;
text-align: left;
margin-left: 1rem;
margin-right: 1rem;
}

@media only screen and (max-width: 760px) {
.about-us-block {
Expand Down

0 comments on commit 80e8f44

Please sign in to comment.