Decrease profile name size

This commit is contained in:
AlxMedia 2021-08-22 22:23:12 +02:00
parent 84a64916f3
commit fb4b65f7df
2 changed files with 3 additions and 3 deletions

View file

@ -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; }

View file

@ -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; }