minor css fixes

This commit is contained in:
biglyderv 2024-11-27 16:53:42 -05:00
parent 037d15b650
commit e202831aa5
3 changed files with 14 additions and 13 deletions

View file

@ -24,6 +24,7 @@ body {
pre {
white-space: pre-wrap;
font-family: var(--font);
}
.banner {
@ -51,6 +52,10 @@ pre {
top: calc(-1*var(--elem-height))
}
.banner pre {
width: calc(var(--elem-width) - 40px);
}
.banner,
.banner-background,
.content,
@ -60,19 +65,16 @@ pre {
.avatar {
display: flex;
justify-content: space-around;
width: 300px;
width: 200px;
align-items: center;
}
.banner pre {
width: var(--elem-width);
margin-bottom: 5px;
}
.avatar-img {
width: 50px;
height: 50px;
margin-right: 15px
margin-right: 15px;
border-radius: var(--border-radius);
}
.form {
@ -108,7 +110,8 @@ pre {
font-weight: 700;
display: inline-block;
background: var(--primary-dark);
border-color: var(--primary-light)
border-color: var(--primary-light);
margin: .5rem;
}
.header {