mirror of https://github.com/dap-ps/discover.git
Minor style fixes
This commit is contained in:
parent
f9b0f3b94d
commit
c980243d0c
|
@ -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;
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue