mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
12 lines
159 B
CSS
12 lines
159 B
CSS
.social {
|
|
display: flex;
|
|
}
|
|
.social-item {
|
|
height: 30px;
|
|
font-size: 17px;
|
|
line-height: 30px;
|
|
margin-left: 2px;
|
|
text-align: center;
|
|
width: 30px;
|
|
}
|