update css

This commit is contained in:
bingus_violet 2024-08-29 18:03:27 -05:00
parent 60e7d536a5
commit 918af91dc5

View file

@ -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;
@ -152,9 +146,18 @@ main:nth-of-type(1), .mainDiv {
font-size: 1rem; font-size: 1rem;
} }
video { video {
width: 95%; width: 95%;
max-height: 90vh; max-height: 90vh;
}
img.center {
display: block;
margin: auto;
max-width: 85%;
max-height: 90vh;
}
.border {
border: 2px limegreen solid; border: 2px limegreen solid;
z-index: 5;
} }