Index: arms/css/index.css =================================================================== diff -u -r2429ae7b09dac608bb81a5a59cbc4e57f1aa04dc -r86eb3fc567ddb5cf64f0f7cf510543533fd9fd1d --- arms/css/index.css (.../index.css) (revision 2429ae7b09dac608bb81a5a59cbc4e57f1aa04dc) +++ arms/css/index.css (.../index.css) (revision 86eb3fc567ddb5cf64f0f7cf510543533fd9fd1d) @@ -367,4 +367,30 @@ .darkBack { background: rgba(51, 51, 51, 0.4) !important; border: 1px solid rgba(51, 51, 51, 0.425) !important; +} + + +@media (min-width: 1200px) { + .indextitle { + padding-top: 110px; + } +} +@media (min-width: 992px) and (max-width: 1199px) { + .indextitle { + padding-top: 100px; + padding-bottom: 20px; + } +} + +@media (min-width: 768px) and (max-width: 991px) { + .indextitle { + padding-top: 100px; + padding-bottom: 20px; + } +} +@media (max-width: 767px) { + .indextitle { + padding-top: 70px; + padding-bottom: 20px; + } } \ No newline at end of file Index: arms/index.html =================================================================== diff -u -r2429ae7b09dac608bb81a5a59cbc4e57f1aa04dc -r86eb3fc567ddb5cf64f0f7cf510543533fd9fd1d --- arms/index.html (.../index.html) (revision 2429ae7b09dac608bb81a5a59cbc4e57f1aa04dc) +++ arms/index.html (.../index.html) (revision 86eb3fc567ddb5cf64f0f7cf510543533fd9fd1d) @@ -164,8 +164,8 @@
-
+
-
+
-
+
-
+
-
+
-
+