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;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
max-width: 135px;
|
||||
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
hr {
|
||||
color: white;
|
||||
opacity: 0.25;
|
||||
|
@ -152,9 +146,18 @@ main:nth-of-type(1), .mainDiv {
|
|||
font-size: 1rem;
|
||||
}
|
||||
|
||||
video {
|
||||
video {
|
||||
width: 95%;
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
img.center {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 85%;
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
.border {
|
||||
border: 2px limegreen solid;
|
||||
z-index: 5;
|
||||
}
|
Loading…
Reference in a new issue