Skip to content

Commit

Permalink
support better reading in a tablet screen (#467)
Browse files Browse the repository at this point in the history
* support better reading in a tablet screen
* use scss variables

Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker authored and Grotax committed May 12, 2019
1 parent a363aab commit 98bb125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/mobile.css → css/mobile.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@media only screen and (max-width: 768px) {
@media only screen and (max-width: $breakpoint_mobile) {
#app-content .utils .date {
display: none;
}
Expand Down

0 comments on commit 98bb125

Please sign in to comment.