1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/static/css.css

13 lines
144 B
CSS
Raw Normal View History

2016-02-14 14:03:39 +03:00
.items {
display: flex; }
2016-02-14 14:19:32 +03:00
2016-02-14 14:03:39 +03:00
.item {
border: 1px solid;
margin: 5px; }
2016-02-14 14:19:32 +03:00
2016-02-14 14:03:39 +03:00
.pros-cons {
2016-02-14 14:19:32 +03:00
display: flex }
.pros, .cons {
margin: 0px 5px; }