Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ertuil/erblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliiot Chen <14366322+ertuil@users.noreply.github.com>2021-01-06 06:26:48 +0300
committerEliiot Chen <14366322+ertuil@users.noreply.github.com>2021-01-06 06:26:48 +0300
commitfd766949d6cd8908a7e7bd167fbb21296f93675a (patch)
treeca576e0dd149af75e3d1bd658e0efe9543b129fb
parentb072953eeaff7dcbf77e52430e74c3ee25169051 (diff)
update css avater and namedev
-rw-r--r--static/self/css/default.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/self/css/default.css b/static/self/css/default.css
index 058af6a..1c8a007 100644
--- a/static/self/css/default.css
+++ b/static/self/css/default.css
@@ -7,14 +7,14 @@ body {
/* index */
.about {
- margin-top: 40px;
+ margin-top: 10px;
width: 100%;
/* height: 500px; */
margin-bottom: 20px;
}
.about_left {
- margin-top: 40px;
+ margin-top: 30px;
text-align: center;
padding: 30px 10px;
position: relative;
@@ -29,18 +29,17 @@ body {
.about_portrait {
width: 200px;
height: 200px;
- margin: 20px auto;
border-radius: 50%;
object-fit: cover;
}
.about_left > h1 {
font-weight: 600;
- font-size: 3rem;
+ font-size: 2rem;
letter-spacing: -0.25px;
line-height: 1.125;
color: #022144;
- margin-bottom: 30px;
+ margin-bottom: 0px;
}
.about_left > h2 {