mirror of https://gitlab.com/curben/blog
Tweak CSS for wider display
Use more screen space especially on 1080p screen
This commit is contained in:
parent
14d7dffb55
commit
7ede088994
|
@ -8,13 +8,13 @@ Windows 10 comes bundled with many unused apps. Worse, it even install third-par
|
||||||
## Stop uninstalled games from returning
|
## Stop uninstalled games from returning
|
||||||
Stop included games like Candy Crush and Minecraft to reappear after you remove them.
|
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.
|
1. Right click on Start button and open Run.
|
||||||
2. Enter `gpedit.msc` and run.
|
2. Enter `gpedit.msc` and run.
|
||||||
3. Go to `Computer Configuration > Administrative Templates > Windows Components > Cloud Content`.
|
3. Go to `Computer Configuration > Administrative Templates > Windows Components > Cloud Content`.
|
||||||
4. Enable `Turn off Microsoft consumer experiences`.
|
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),
|
1. Open Notepad, copy and paste the following text (make sure you don't copy the line number),
|
||||||
```
|
```
|
||||||
Windows Registry Editor Version 5.00
|
Windows Registry Editor Version 5.00
|
||||||
|
|
|
@ -471,7 +471,7 @@ blockquote{
|
||||||
}
|
}
|
||||||
.archive-footer,.post-footer{
|
.archive-footer,.post-footer{
|
||||||
width:60%;
|
width:60%;
|
||||||
max-width:700px
|
max-width:600px
|
||||||
}
|
}
|
||||||
.footer-content{
|
.footer-content{
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
|
@ -602,8 +602,8 @@ blockquote{
|
||||||
margin-right:15px
|
margin-right:15px
|
||||||
}
|
}
|
||||||
.article{
|
.article{
|
||||||
width:60%;
|
width:80%;
|
||||||
max-width:700px;
|
max-width:1000px;
|
||||||
margin:0 auto
|
margin:0 auto
|
||||||
}
|
}
|
||||||
.article .header{
|
.article .header{
|
||||||
|
@ -626,7 +626,7 @@ blockquote{
|
||||||
display:block
|
display:block
|
||||||
}
|
}
|
||||||
.article hr{
|
.article hr{
|
||||||
width:60%;
|
width:80%;
|
||||||
margin:20px 0 40px;
|
margin:20px 0 40px;
|
||||||
background-image:-webkit-linear-gradient(0deg,#d5d5d5,#d5d5d5,transparent)
|
background-image:-webkit-linear-gradient(0deg,#d5d5d5,#d5d5d5,transparent)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue