diff --git a/src/css/main.css b/src/css/main.css index 618f237..d60d7d2 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -445,8 +445,9 @@ input[type=email] { float: none; } .section-heading-odd { - float: right; + float: none; margin: 0 auto; + margin-left: 50px; width: 360px; vertical-align: middle; text-align: center; } @@ -943,7 +944,7 @@ footer { .phone-odd { position: relative; top: 73px; - float: left; } + float: right; } .header-wrapper { position: relative; @@ -1162,13 +1163,7 @@ body input:required:valid, body textarea:required:valid { /* ALWAYS END */ /*========== Desktop First Method ========== */ /* Large Devices, Wide Screens */ -@media only screen and (max-width: 1200px) { - /* */ } - /* Medium Devices, Desktops */ -@media only screen and (max-width: 992px) { - /* */ } - /* Small Devices, Tablets */ @media only screen and (max-width: 768px) { /*Disable Animation on Mobile Devices */ @@ -1185,30 +1180,10 @@ body input:required:valid, body textarea:required:valid { animation: none !important; } } /* Extra Small Devices, Phones */ -@media only screen and (max-width: 480px) { - /* */ } - /* Custom, iPhone Retina */ -@media only screen and (max-width: 320px) { - /* */ } - /*========== Mobile First Method ========== */ /* Custom, iPhone Retina */ -@media only screen and (min-width: 320px) { - /* */ } - /* Extra Small Devices, Phones */ -@media only screen and (min-width: 480px) { - /* */ } - /* Small Devices, Tablets */ -@media only screen and (min-width: 768px) { - /* */ } - /* Medium Devices, Desktops */ -@media only screen and (min-width: 992px) { - /* */ } - /* Large Devices, Wide Screens */ -@media only screen and (min-width: 1200px) { - /* */ } diff --git a/src/index.html b/src/index.html index f171863..86ecf8a 100755 --- a/src/index.html +++ b/src/index.html @@ -88,7 +88,7 @@ -