the show starts kinda
This commit is contained in:
parent
b1936f4d3a
commit
037d15b650
5 changed files with 67 additions and 12 deletions
|
@ -22,6 +22,10 @@ body {
|
|||
margin-top: 0
|
||||
}
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.banner {
|
||||
justify-content: center;
|
||||
margin-bottom: calc(-1*var(--elem-height))
|
||||
|
@ -49,17 +53,22 @@ body {
|
|||
|
||||
.banner,
|
||||
.banner-background,
|
||||
.content {
|
||||
.content,
|
||||
.comment {
|
||||
width: var(--elem-width)
|
||||
}
|
||||
|
||||
.avatar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: var(--elem-width);
|
||||
justify-content: space-around;
|
||||
width: 300px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.banner pre {
|
||||
width: var(--elem-width);
|
||||
}
|
||||
|
||||
.avatar-img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
|
@ -78,7 +87,8 @@ body {
|
|||
|
||||
.form-button,
|
||||
.form-input,
|
||||
.form {
|
||||
.form,
|
||||
.comment {
|
||||
border: solid var(--gray) 3px;
|
||||
background: var(--black);
|
||||
border-radius: var(--border-radius);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue