blog_theme/assets/css/site/social.css

13 lines
174 B
CSS
Raw Normal View History

2019-04-29 19:46:11 +03:00
.social {
2020-09-28 06:05:46 +03:00
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 {
2020-10-19 04:07:40 +03:00
margin-left: 2px;
width: 30px;
2020-09-28 06:05:46 +03:00
height: 30px;
2020-10-19 04:07:40 +03:00
font-size: 17px;
2020-09-28 06:05:46 +03:00
line-height: 30px;
text-align: center;
}