mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
More responsive styling.
This commit is contained in:
parent
17788b2027
commit
c70a2925a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user