use full space on small devices (#310)

* use full space on small devices

I often use my smartphone for quick actions and always was annoyed of this wasted space.

* hide card-image on small devices
This commit is contained in:
escoand 2019-01-09 14:58:23 +01:00 committed by Otto Winter
parent 605be1a6ec
commit 20ec3900be
No known key found for this signature in database
GPG key ID: DB66C0BE6013F97E

View file

@ -47,9 +47,9 @@
<div class="container">
{% for i, entry in enumerate(entries) %}
<div class="row">
<div class="col s8 offset-s2 m10 offset-m1 l12">
<div class="col s12 m10 offset-m1 l12">
<div class="card horizontal">
<div class="card-image center-align">
<div class="card-image center-align hide-on-small-only">
<i class="material-icons very-large icon-grey">memory</i>
</div>
<div class="card-stacked">