minor edits

This commit is contained in:
ankitkataria
2018-03-26 19:55:29 +05:30
parent 09da40735f
commit 06d32383f0
4 changed files with 39 additions and 122 deletions

View File

@ -794,7 +794,7 @@ footer {
}
}
// ============== /TEAM ============== //
// ============== TEAM ============== //
.img {
padding: 10px 0px 10px 10px;

12
css/table.css Normal file
View File

@ -0,0 +1,12 @@
.mbtablestyle {
border-collapse: collapse;
margin-top: 5rem;
}
.mbtablestyle td, .mbtablestyle th{
border: 1px solid black;
padding: 0.5rem 1.5rem;
padding-bottom: 2rem;
vertical-align: top;
}