mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-23 03:06:54 -04:00
profile-mode : add buttons
ex. params: profileMode: buttons: - name: Archive url: "/archive" - name: Github url: "https://github.com/"
This commit is contained in:
parent
47126e37d5
commit
df457f7514
3 changed files with 33 additions and 1 deletions
|
@ -10,7 +10,11 @@
|
|||
}
|
||||
|
||||
.main>.profile>.profile_inner {
|
||||
transform: translate(0, -20%);
|
||||
transform: translate(0, -10%);
|
||||
}
|
||||
|
||||
.profile_inner h1 {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
img {
|
||||
|
@ -31,3 +35,19 @@ img {
|
|||
.social-icons {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
max-width: 300px;
|
||||
line-height: 2.8;
|
||||
}
|
||||
|
||||
.button {
|
||||
background: var(--tertiary);
|
||||
border-radius: var(--radius);
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.button-inner {
|
||||
padding: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue