From 399d9f98b408c876d1f247ad4d65859ee932175f Mon Sep 17 00:00:00 2001 From: jpez Date: Thu, 10 Mar 2022 16:18:08 +0000 Subject: [PATCH] moved location of mobile.css --- home/index.html | 2 +- style/mobile.css => home/index_mobile.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename style/mobile.css => home/index_mobile.css (100%) diff --git a/home/index.html b/home/index.html index e683ce8..4462edc 100644 --- a/home/index.html +++ b/home/index.html @@ -15,7 +15,7 @@ - + diff --git a/style/mobile.css b/home/index_mobile.css similarity index 100% rename from style/mobile.css rename to home/index_mobile.css