Update some style
This commit is contained in:
@@ -4,19 +4,24 @@
|
||||
justify-content: center;
|
||||
|
||||
width: 45%;
|
||||
height: 100%;
|
||||
height: 95%;
|
||||
max-height: 95%;
|
||||
}
|
||||
|
||||
.introduction-box {
|
||||
height: 100%;
|
||||
|
||||
min-width: 350px;
|
||||
min-height: 350px;
|
||||
padding: 25px 35px 35px 35px;
|
||||
|
||||
border: 1px solid var(--background-color);
|
||||
|
||||
background: white;
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||
|
||||
overflow: scroll;
|
||||
overflow: scroll
|
||||
}
|
||||
|
||||
.introduction-box hr {
|
||||
@@ -46,14 +51,14 @@
|
||||
|
||||
.profile-picture
|
||||
{
|
||||
width: 100px;
|
||||
width: 85px;
|
||||
aspect-ratio: 1/1;
|
||||
border: solid 1px rgba(0, 0, 0, 0.3);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.introduction-text {
|
||||
font-size: 1.1rem;
|
||||
font-size: 1.05rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
@@ -62,7 +67,6 @@
|
||||
}
|
||||
|
||||
.introduction-text > section {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.typer::after {
|
||||
|
||||
Reference in New Issue
Block a user