mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
cc9be61b29
https://github.com/adityatelange/hugo-PaperMod/commit/045c08496d61b1b3f9c79e69e7d3d243a526d8f3
18 lines
239 B
CSS
18 lines
239 B
CSS
/* Custom styles added to demo */
|
|
|
|
.twitter-tweet {
|
|
margin: auto;
|
|
}
|
|
|
|
iframe {
|
|
border-radius: var(--radius) !important;
|
|
}
|
|
|
|
.home-info ul {
|
|
padding-inline-start: 20px;
|
|
}
|
|
|
|
.entry-cover img {
|
|
border: 1px solid var(--border);
|
|
}
|