mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
minor edits
This commit is contained in:
@ -794,7 +794,7 @@ footer {
|
||||
}
|
||||
}
|
||||
|
||||
// ============== /TEAM ============== //
|
||||
// ============== TEAM ============== //
|
||||
|
||||
.img {
|
||||
padding: 10px 0px 10px 10px;
|
||||
|
||||
12
css/table.css
Normal file
12
css/table.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user