Implemented some placeholder stuff to the shadowbox tab
This commit is contained in:
@@ -178,4 +178,18 @@ p {
|
||||
|
||||
.shown {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
#shadowboxContainer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-top: 50px;
|
||||
}
|
||||
|
||||
#shadowboxContainer > img {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user