More responsive styling.

pull/9410/head
Nad Chishtie 2019-04-09 17:05:41 +02:00
parent 17788b2027
commit c70a2925a8
1 changed files with 6 additions and 4 deletions

View File

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