mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
f852d06923
usage : in config params: profileMode: socialIcons: - name: "<platform>" url: : "<link>"
39 lines
515 B
CSS
39 lines
515 B
CSS
.main {
|
|
text-align: center;
|
|
display: table;
|
|
}
|
|
|
|
.main>.profile {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.main>.profile>.profile_inner {
|
|
transform: translate(0, -20%);
|
|
}
|
|
|
|
img {
|
|
display: inline-block;
|
|
width: 200px;
|
|
border-radius: 50%;
|
|
pointer-events: none;
|
|
margin: 5px;
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
img {
|
|
width: 150px;
|
|
}
|
|
|
|
}
|
|
|
|
.social-icons {
|
|
padding: 16px;
|
|
}
|
|
|
|
.social-icons a {
|
|
margin: 2px;
|
|
padding: 6px;
|
|
font-size: 1.4em;
|
|
} |