@@ -367,17 +367,18 @@
// display: -webkit-box;
display: flex;
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;
+ margin-right: 12px;
.screen-entry.active{
background-color: #185AC6;