Style changes
This commit is contained in:
parent
362b6fa165
commit
7875030298
@ -11,16 +11,23 @@
|
||||
#container {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
img { max-width: 100%; max-height: 100%; cursor: pointer; }
|
||||
.chevron {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
font-size: 48px;
|
||||
top: 33%;
|
||||
font-size: 96px;
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
cursor: pointer;
|
||||
padding: 20px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user