Browse Source

fix css img download app

Alex Aragón 5 years ago
parent
commit
0aed638b96
1 changed files with 13 additions and 12 deletions
  1. 13 12
      app/Resources/public/css/themes/rainbow/default.css

+ 13 - 12
app/Resources/public/css/themes/rainbow/default.css

@@ -95,6 +95,18 @@ hr{
     padding-top: 0;
     margin-top: 0;
 }
+.download-app .links{
+    list-style: none;
+    margin: 0;
+    padding: 0;
+    display: inline-block;
+    width: 100%;
+    text-align: center;
+}
+.download-app .links li {
+    display: inline-block;
+    padding: 1rem;
+}
 #form-login label{
     display:none;
 }
@@ -403,18 +415,7 @@ footer #footer_right{
     text-align: center;
     margin-bottom: 2rem;
 }
-.download-app .link{
-    list-style: none;
-    margin: 0;
-    padding: 0;
-    display: inline-block;
-    width: 100%;
-    text-align: center;
-}
-.download-app .links li {
-    display: inline-block;
-    padding: 1rem;
-}
+
 .navbar{
     border-radius: 0;
 }