Tweak CSS for wider display

Use more screen space especially on 1080p screen
This commit is contained in:
curben 2018-09-26 15:18:06 +09:30
parent 14d7dffb55
commit 7ede088994
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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)
}