mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 15:55:03 -04:00
8 lines
139 B
SCSS
8 lines
139 B
SCSS
|
footer .sharing {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
top: .3em;
|
||
|
padding-left: .5em;
|
||
|
&:first-child { padding-left: 0; }
|
||
|
}
|