More responsive styling.

This commit is contained in:
Nad Chishtie 2019-04-09 17:05:41 +02:00
parent 17788b2027
commit c70a2925a8

View File

@ -1,3 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head> <head>
<style type="text/css"> <style type="text/css">
@ -120,20 +122,20 @@ body {
@media screen and (max-width: 1120px) { @media screen and (max-width: 1120px) {
body { body {
font-size: 28px; font-size: 20px;
} }
h1 { h1 {
font-size: 26px; font-size: 20px;
} }
h4 { h4 {
font-size: 20px; font-size: 16px;
} }
.mx_Button { .mx_Button {
font-size: 14px; font-size: 14px;
padding: 14px 28px; padding: 14px 28px;
} }
.mx_HomePage_toprow { .mx_HomePage_toprow {
margin-top: 20px; margin-top: 12px;
} }
.mx_Spacer { .mx_Spacer {
margin-top: 60px; margin-top: 60px;