Commit f67933420b421b3d69c95492a1d21e34f3e4fac3
1 parent
ed4eb0ff
Exists in
master
and in
2 other branches
Responsivity adjustments
Showing
2 changed files
with
2 additions
and
46 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -44,50 +44,7 @@ |
44 | 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 | 49 | /* Bottom Menu */ |
93 | 50 | .clearfix { |
... | ... | @@ -121,9 +78,7 @@ |
121 | 78 | font-size: 35px; |
122 | 79 | } |
123 | 80 | |
124 | - .mobile-menu a { | |
125 | - font-size: 32pt; | |
126 | - } | |
81 | + | |
127 | 82 | /* End Bottom Menu */ |
128 | 83 | } |
129 | 84 | ... | ... |
amadeus/templates/base.html
... | ... | @@ -55,6 +55,7 @@ |
55 | 55 | <link rel="stylesheet" type="text/css" href="{% static 'css/base/amadeus.css' %}"> |
56 | 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 | 60 | {% block style %} |
60 | 61 | {% endblock %} | ... | ... |