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;
}
img {
width: 100%;
max-width: 135px;
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
hr {
color: white;
opacity: 0.25;
@ -155,6 +149,15 @@ main:nth-of-type(1), .mainDiv {
video {
width: 95%;
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;
}