aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/style/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r--vnext/src/style/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css
index 69e638f6..1bc07d1d 100644
--- a/vnext/src/style/main.css
+++ b/vnext/src/style/main.css
@@ -1,6 +1,6 @@
@custom-media --viewport-desktop (width >=62.5rem);
:root {
- --main-width: 960px;
+ --main-width: 1000px;
}
html, body, div, h1, h2, ul, li, p, form, input, textarea, pre {
@@ -72,7 +72,6 @@ img, hr {
width: 0;
top: 0;
left: 0;
- margin-right: 2px;
overflow-x: hidden;
overflow-y: auto;
height: 100%;
@@ -116,6 +115,7 @@ img, hr {
#logo {
height: 36px;
width: 110px;
+ padding: 4px;
}
#logo a {
@@ -224,7 +224,7 @@ img, hr {
}
#content {
grid-area: feed;
- width: 728px;
+ width: 758px;
}
#sidebar {
border: 0;