mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-01 15:28:23 -04:00
profile-mode: user set-able image size
- default 150 usage: profileMode: imageUrl: "/android-chrome-192x192.png" imageWidth: 120 imageHeight: 120
This commit is contained in:
parent
c960b8af04
commit
8574c385cd
2 changed files with 3 additions and 3 deletions
|
@ -20,14 +20,13 @@
|
|||
|
||||
.profile img {
|
||||
display: inline-table;
|
||||
width: 150px;
|
||||
border-radius: 50%;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.profile img {
|
||||
width: 120px;
|
||||
transform: scale(0.85);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue