style: adjust spacing
This commit is contained in:
parent
81176fade2
commit
6bc21e3c35
1 changed files with 5 additions and 5 deletions
|
@ -22,6 +22,9 @@
|
|||
color: white;
|
||||
}
|
||||
}
|
||||
p, img, video {
|
||||
margin-top: 1em;
|
||||
}
|
||||
summary:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
@ -39,7 +42,6 @@
|
|||
.card {
|
||||
border-bottom: 1px solid rgba(34, 34, 34, 0.15);
|
||||
margin-left: -40px;
|
||||
margin-top: 1em;
|
||||
background-color: #fff;
|
||||
display: grid;
|
||||
grid-template-columns: 55px auto;
|
||||
|
@ -48,6 +50,8 @@
|
|||
|
||||
.card_content {
|
||||
|
||||
padding: 1em 0;
|
||||
|
||||
& .invisible {
|
||||
display: none;
|
||||
}
|
||||
|
@ -56,10 +60,6 @@
|
|||
content: '...'
|
||||
}
|
||||
|
||||
& *:not(.meta, details, .descendant *) {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
& img, & video {
|
||||
border-radius: 5px;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue