diff --git a/tabs/default.css b/tabs/default.css
index 2d9bc586a7..0aea6ddb75 100644
--- a/tabs/default.css
+++ b/tabs/default.css
@@ -1,5 +1,12 @@
.tab-default .left {
- width: 520px;
+ width: 60%;
+}
+.tab-default .right {
+ float: left;
+
+ margin-left: 10px;
+
+ width: calc(40% - 10px);
}
.welcome {
margin-bottom: 10px;
@@ -15,7 +22,7 @@
text-decoration: underline;
}
.changelog {
- margin: 0 0 10px 530px;
+ margin: 0 0 10px 0;
border: 1px solid silver;
}
diff --git a/tabs/default.html b/tabs/default.html
index c4337ea1e3..1bdd281390 100644
--- a/tabs/default.html
+++ b/tabs/default.html
@@ -22,10 +22,12 @@
-