idk if i committed yet tbh
This commit is contained in:
18
style.css
18
style.css
@@ -8,6 +8,13 @@
|
||||
|
||||
#content {
|
||||
max-width: 512px;
|
||||
padding-bottom: 25vh;
|
||||
}
|
||||
|
||||
.media {
|
||||
max-width: 512px;
|
||||
display: block;
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@@ -52,10 +59,6 @@ p {
|
||||
max-width: 256px;
|
||||
}
|
||||
|
||||
#content {
|
||||
padding-bottom: 25vh;
|
||||
}
|
||||
|
||||
.cover {
|
||||
cursor: pointer;
|
||||
background: light-dark(white, #181825);
|
||||
@@ -93,6 +96,7 @@ p {
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
||||
background: light-dark(black, whitesmoke);
|
||||
}
|
||||
|
||||
#title-1 > .h1-container {
|
||||
@@ -106,12 +110,16 @@ p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#title-1 > img {
|
||||
#title-1 > a > img {
|
||||
z-index: 0;
|
||||
display: block;
|
||||
max-height: 71px;
|
||||
min-width: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
img {}
|
||||
|
||||
.disabled {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user