mirror of
https://ghproxy.net/https://github.com/AlxMedia/incolor.git
synced 2025-08-26 16:03:10 +08:00
Decrease profile name size
This commit is contained in:
parent
84a64916f3
commit
fb4b65f7df
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
.entry-content,
|
||||
.entry-footer { padding-right: 20px; padding-left: 20px; }
|
||||
|
||||
#profile-name { font-size: 22px; }
|
||||
#profile-name { font-size: 18px; }
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------- *
|
||||
|
@ -172,7 +172,7 @@
|
|||
.page-title h4 { font-size: 18px; }
|
||||
.page-title .notebox { font-size: 15px; }
|
||||
#footer-widgets { padding-left: 15px; padding-right: 15px; }
|
||||
#profile-name { font-size: 22px; }
|
||||
#profile-name { font-size: 18px; }
|
||||
|
||||
/* header */
|
||||
.site-title { font-size: 32px; }
|
||||
|
|
|
@ -529,7 +529,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
|
|||
#profile-inner { position: relative; }
|
||||
#profile-image { width: 100%; }
|
||||
#profile-image img { width: 100%; display: block; }
|
||||
#profile-name { background: #151a23; color: #fff; position: relative; margin: -30px 30px 30px 30px; padding: 10px; font-size: 28px; font-weight: 600; text-transform: uppercase; line-height: 1.2em; }
|
||||
#profile-name { background: #151a23; color: #fff; position: relative; margin: -30px 30px 30px 30px; padding: 10px; font-size: 22px; font-weight: 600; text-transform: uppercase; line-height: 1.2em; }
|
||||
#profile-name:after { content:""; display: block; position: absolute; bottom: -10px; right: 50%; margin-right: -10px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #151a23; }
|
||||
#profile-description { font-size: 16px; padding: 0 30px 30px; line-height: 1.6em; font-weight: 300; color: rgba(255,255,255,0.75); position: relative; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue