Skip to content
Snippets Groups Projects
Commit 029f211b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved mobile UX

parent 2e70ab94
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,9 @@ ...@@ -14,6 +14,9 @@
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4)
padding: 8px padding: 8px
margin-bottom: 8px margin-bottom: 8px
@media (max-width: 1024px)
padding: 16px
margin-bottom: 32px
p p
color: #ffffff color: #ffffff
div div
...@@ -48,6 +51,8 @@ ...@@ -48,6 +51,8 @@
display: flex display: flex
flex-direction: row flex-direction: row
margin-bottom: 8px margin-bottom: 8px
@media (max-width: 1024px)
margin-bottom: 32px
.delete-form, .update-form .delete-form, .update-form
display: flex display: flex
flex-grow: 1 flex-grow: 1
...@@ -64,9 +69,15 @@ ...@@ -64,9 +69,15 @@
margin: 8px margin: 8px
flex-grow: 1 flex-grow: 1
cursor: pointer cursor: pointer
@media (max-width: 1024px)
margin: 16px
&:hover, &:focus &:hover, &:focus
background: #FFD54F background: #FFD54F
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
@media (max-width: 1024px)
width: auto
margin-left: 0
margin-top: 32px
.detail .detail
max-width: 640px max-width: 640px
width: 100% width: 100%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment