Minor style fixes

This commit is contained in:
andytudhope 2019-07-08 10:52:47 +02:00
parent f9b0f3b94d
commit c980243d0c
3 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,8 @@
padding: calculateRem(12);
margin: calculateRem(4);
cursor: pointer;
text-align: -webkit-center;
text-align: left;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: flex-start;

View File

@ -5,7 +5,7 @@
flex-direction: column;
background-color: #eef2f5;
font-family: $font;
padding: calculateRem(40) calculateRem(16) calculateRem(32) calculateRem(16);
padding: calculateRem(40) calculateRem(32) calculateRem(32) calculateRem(32);
margin-top: calculateRem(24);
}

View File

@ -15,6 +15,7 @@
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
margin-left: 1.1rem;
@media (min-width: $desktop) {
// grid-auto-flow: row;