@@ -355,16 +355,23 @@
display: flex;
// display: -webkit-box;
flex-wrap: wrap;
- justify-content: space-between;
+
}
.screen-entry{
width: 29%;
padding:6px 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
background-color: #F2F5FA ;
text-align: center;
margin-bottom: 10px;
border-radius: 3px;
margin-right: 6px;
.screen-entry.active{
background-color: #185AC6;
@@ -378,7 +378,7 @@
- margin-right: 12px;
+ margin-right: 6px;