Commit f67933420b421b3d69c95492a1d21e34f3e4fac3

Authored by Filipe Medeiros
1 parent ed4eb0ff

Responsivity adjustments

amadeus/static/css/base/amadeus_responsive.css
@@ -44,50 +44,7 @@ @@ -44,50 +44,7 @@
44 padding-right: 10px; 44 padding-right: 10px;
45 } 45 }
46 46
47 - .logo-login{  
48 - margin-top: 150px;  
49 - margin-bottom: 30px;  
50 - width: 40%;  
51 - }  
52 -  
53 - h2{  
54 - font-size: 32pt;  
55 - }  
56 -  
57 - p{  
58 - font-size: 24pt;  
59 - }  
60 -  
61 - a{  
62 - font-size: 24pt;  
63 - }  
64 -  
65 - input[type="text"] {  
66 - margin-top: 40px;  
67 - height: 80px;  
68 - }  
69 -  
70 - input[type="password"] {  
71 - margin-top: 40px;  
72 - height: 80px;  
73 - }  
74 -  
75 - .form-control {  
76 - font-size: 40pt;  
77 - }  
78 -  
79 - .btn {  
80 - font-size: 24pt;  
81 - }  
82 47
83 - span{  
84 - font-size: 24pt;  
85 - }  
86 -  
87 - .contrast-login{  
88 - text-align:center;  
89 - margin-top: 100px;  
90 - }  
91 48
92 /* Bottom Menu */ 49 /* Bottom Menu */
93 .clearfix { 50 .clearfix {
@@ -121,9 +78,7 @@ @@ -121,9 +78,7 @@
121 font-size: 35px; 78 font-size: 35px;
122 } 79 }
123 80
124 - .mobile-menu a {  
125 - font-size: 32pt;  
126 - } 81 +
127 /* End Bottom Menu */ 82 /* End Bottom Menu */
128 } 83 }
129 84
amadeus/templates/base.html
@@ -55,6 +55,7 @@ @@ -55,6 +55,7 @@
55 <link rel="stylesheet" type="text/css" href="{% static 'css/base/amadeus.css' %}"> 55 <link rel="stylesheet" type="text/css" href="{% static 'css/base/amadeus.css' %}">
56 <link rel="stylesheet" type="text/css" href="{% static 'css/base/amadeus_responsive.css' %}"> 56 <link rel="stylesheet" type="text/css" href="{% static 'css/base/amadeus_responsive.css' %}">
57 57
  58 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
58 59
59 {% block style %} 60 {% block style %}
60 {% endblock %} 61 {% endblock %}