This commit is contained in:
parent
47392f1ed7
commit
f3e448d75d
@ -137,40 +137,40 @@ blockquote strong em {
|
|||||||
color: var(--clr-text-highlight);
|
color: var(--clr-text-highlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
header.h-card {
|
header.card {
|
||||||
margin-bottom: 64px;
|
margin-bottom: 64px;
|
||||||
}
|
}
|
||||||
header.h-card {
|
header.card {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
header.h-card .header-image {
|
header.card .header-image {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-basis: auto;
|
flex-basis: auto;
|
||||||
margin: 8px 32px 8px 0;
|
margin: 8px 32px 8px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
header.h-card .header-description {
|
header.card .header-description {
|
||||||
flex: 100;
|
flex: 100;
|
||||||
flex-basis: auto;
|
flex-basis: auto;
|
||||||
/* min-width: 360px; */
|
/* min-width: 360px; */
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
/* text-align: center; */
|
/* text-align: center; */
|
||||||
}
|
}
|
||||||
header.h-card .profile-picture {
|
header.card .profile-picture {
|
||||||
max-width: 160px;
|
max-width: 160px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
header.h-card h1 {
|
header.card h1 {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
margin: 0 0 16px;
|
margin: 0 0 16px;
|
||||||
}
|
}
|
||||||
header.h-card p {
|
header.card p {
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
margin: 0 0 8px;
|
margin: 0 0 8px;
|
||||||
}
|
}
|
||||||
header.h-card .social a {
|
header.card .social a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|||||||
@ -10,7 +10,7 @@ mixin entry($item)
|
|||||||
|
|
||||||
block content
|
block content
|
||||||
.h-card
|
.h-card
|
||||||
header
|
header.card
|
||||||
.header-image
|
.header-image
|
||||||
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
img(src="/static/img/profile.png", alt="Yarmo's profile picture").profile-picture.u-photo
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user