From 7ede088994e752269b8f940adde2557b0f44a53c Mon Sep 17 00:00:00 2001 From: curben Date: Wed, 26 Sep 2018 15:18:06 +0930 Subject: [PATCH] Tweak CSS for wider display Use more screen space especially on 1080p screen --- source/_posts/how-to-remove-windows-10-default-apps.md | 4 ++-- themes/typing/source/css/typing.css | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/_posts/how-to-remove-windows-10-default-apps.md b/source/_posts/how-to-remove-windows-10-default-apps.md index 5a341cc..f5b3473 100644 --- a/source/_posts/how-to-remove-windows-10-default-apps.md +++ b/source/_posts/how-to-remove-windows-10-default-apps.md @@ -8,13 +8,13 @@ Windows 10 comes bundled with many unused apps. Worse, it even install third-par ## Stop uninstalled games from returning Stop included games like Candy Crush and Minecraft to reappear after you remove them. -### Windows 10 Pro: +### Windows 10 Pro 1. Right click on Start button and open Run. 2. Enter `gpedit.msc` and run. 3. Go to `Computer Configuration > Administrative Templates > Windows Components > Cloud Content`. 4. Enable `Turn off Microsoft consumer experiences`. -### Windows 10 Home: +### Windows 10 Home 1. Open Notepad, copy and paste the following text (make sure you don't copy the line number), ``` Windows Registry Editor Version 5.00 diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 86b9fa8..0360439 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -471,7 +471,7 @@ blockquote{ } .archive-footer,.post-footer{ width:60%; - max-width:700px + max-width:600px } .footer-content{ margin:0 auto; @@ -602,8 +602,8 @@ blockquote{ margin-right:15px } .article{ - width:60%; - max-width:700px; + width:80%; + max-width:1000px; margin:0 auto } .article .header{ @@ -626,7 +626,7 @@ blockquote{ display:block } .article hr{ - width:60%; + width:80%; margin:20px 0 40px; background-image:-webkit-linear-gradient(0deg,#d5d5d5,#d5d5d5,transparent) }