Skip to content

Commit

Permalink
fix about responsive for table
Browse files Browse the repository at this point in the history
  • Loading branch information
TrixDiaz committed Jul 29, 2023
1 parent 77554ce commit 1d8c287
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ body.light-mode .footer .item-2 i {
color: var(--white-color);
}

/*---------------------*\
#Body
/*---------------------*\
#Home
\*----------------------*/
#home {
position: relative;
Expand All @@ -595,6 +595,28 @@ body.light-mode .footer .item-2 i {
.home .grid-container {
margin-inline: 2.5rem;
}
/*---------------------*\
#About
\*----------------------*/
.about .grid-container-2{
display: block;
justify-content: center;
text-align: center;
align-items: center;
}
.about .grid-container-2 .item-1{
justify-content: center;
margin-right: 0;
}
.about .grid-container-2 .item-1 img {
height: 20rem;

}
.about .grid-container-2 .item-2 {
padding-block: 1rem;
max-width: 100%;
margin-inline: 3rem
}
}

/*---------------------*\
Expand Down

0 comments on commit 1d8c287

Please sign in to comment.