mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Add logo on the side
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
|
||||
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
|
||||
@import url(https://fonts.googleapis.com/css?family=Raleway:500);
|
||||
@font-face {
|
||||
font-family: 'Nexa Bold';
|
||||
src: url('../fonts/Nexa Bold.otf');
|
||||
}0
|
||||
.dark {
|
||||
color: #333333 !important;
|
||||
}
|
||||
@@ -180,14 +184,13 @@ section.header .content {
|
||||
-ms-align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
section.header .container .content .avatar {
|
||||
border-radius: 60px;
|
||||
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
|
||||
max-width: 50px;
|
||||
section.header .container .logo {
|
||||
max-width: 100px;
|
||||
}
|
||||
section.header .name {
|
||||
font-size: 18px;
|
||||
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;
|
||||
padding-top: 20px;
|
||||
font-size: 28px;
|
||||
font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif;
|
||||
letter-spacing: -0.005rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
|
Reference in New Issue
Block a user