mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
social-icons(css): refactor
move to main.css
This commit is contained in:
parent
a54b84ba0f
commit
48d2dcb164
@ -38,3 +38,13 @@
|
||||
.pagination .next {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
margin: 2px;
|
||||
padding: 6px;
|
||||
font-size: 1.4em;
|
||||
}
|
@ -94,9 +94,3 @@
|
||||
pointer-events: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.social-icons a {
|
||||
margin: 2px;
|
||||
padding: 6px;
|
||||
font-size: 1.4em;
|
||||
}
|
@ -32,10 +32,6 @@ img {
|
||||
}
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
Loading…
Reference in New Issue
Block a user