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