table image formatting
This commit is contained in:
parent
aaf0de59e0
commit
4c20a62b99
2 changed files with 7 additions and 1 deletions
|
|
@ -13,6 +13,12 @@ body {
|
|||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
.table-image {
|
||||
max-height: 100px;
|
||||
max-width: 150px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
nav {
|
||||
background: linear-gradient(to right, #FF416C, #FF4B2B);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue