Skip to content

Commit ef3f3e8

Browse files
Updated theme
1 parent 65df1e2 commit ef3f3e8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

brands.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ body{
2222
font-family: 'Roboto Mono', monospace !important;
2323
}
2424

25+
26+
/* Rounded avatars
27+
–––––––––––––––––––––––––––––––––––––––––––––––––– */
28+
29+
30+
.rounded-avatar {
31+
border-radius: 50%;
32+
}
33+
34+
35+
2536
/* Buttons
2637
–––––––––––––––––––––––––––––––––––––––––––––––––– */
2738

share.button.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
.share-icon {
2+
padding: 0px 8px 3.5px 0px;
3+
vertical-align: middle;
4+
width: 20px;
5+
height: 20px;
6+
}
7+
18
.sharediv {
29
position:relative;
310
top: 30px;

0 commit comments

Comments
 (0)