mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08: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>
|
<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;
|
||||||
|
Loading…
Reference in New Issue
Block a user