update css
This commit is contained in:
parent
60e7d536a5
commit
918af91dc5
1 changed files with 11 additions and 8 deletions
|
@ -96,12 +96,6 @@ p, li {
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 135px;
|
|
||||||
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
color: white;
|
color: white;
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
|
@ -155,6 +149,15 @@ main:nth-of-type(1), .mainDiv {
|
||||||
video {
|
video {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
border: 2px limegreen solid;
|
}
|
||||||
z-index: 5;
|
|
||||||
|
img.center {
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
max-width: 85%;
|
||||||
|
max-height: 90vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.border {
|
||||||
|
border: 2px limegreen solid;
|
||||||
}
|
}
|
Loading…
Reference in a new issue