Skip to content

Commit

Permalink
st: styled container logo img & added color to tr, th, & td
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinmburu committed Mar 24, 2022
1 parent 3d4a56d commit 5a6363a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ form {
}

form .logo-img {
width:145px !important;
margin: 0 auto;
width:145px;
height: auto;
}

Expand All @@ -384,6 +383,7 @@ tr {
table th,
td {
padding-left: 4vw;
color: #fff;
}


Expand Down Expand Up @@ -415,13 +415,9 @@ td {
display: flex;
flex-direction: row;
align-items: center;
margin-left: 150px;
justify-content: space-evenly;
}

/* Modal styling */




/* End of order form styling */

Expand Down

0 comments on commit 5a6363a

Please sign in to comment.