Skip to content

Commit

Permalink
use scss variables
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <nacho@ownyourbits.com>
  • Loading branch information
nachoparker committed May 11, 2019
1 parent 2924927 commit b15a3a6
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 b15a3a6

Please sign in to comment.