Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
Improved media query formatting.
  • Loading branch information
letohx authored Oct 20, 2023
1 parent be36dba commit 5b69702
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,19 +392,18 @@ div.vision_card:hover .vision_card__title {

@media(max-width:600px)
{
.row.card{

.row.card{
box-shadow: none !important;
border:none;
width:100%;
}
}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
@media (max-width: 575.98px)
{
footer{
flex-direction: column;
gap: 6rem;
}

}
}

0 comments on commit 5b69702

Please sign in to comment.