blog_theme/assets/css/site/social.css

13 lines
160 B
CSS
Raw Normal View History

2019-04-29 19:46:11 +03:00
.social {
display: flex;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.social-item {
2019-05-27 10:32:25 +03:00
font-size: 17px;
2020-09-24 05:18:34 +03:00
height: 30px;
2019-04-29 19:46:11 +03:00
line-height: 30px;
2019-05-27 10:32:25 +03:00
margin-left: 2px;
2019-04-29 19:46:11 +03:00
text-align: center;
width: 30px;
}