fix widescreens

This commit is contained in:
Wouter Groeneveld 2018-04-30 09:26:34 +02:00
parent 9cd26233fb
commit a2d554b536
2 changed files with 16 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
Brainbaking.com hugo site.
### Theme
$ git submodule add https://github.com/calintat/minimal.git themes/minimal
$ git submodule init
$ git submodule update

View File

@ -58,6 +58,15 @@
/** general **/
/* voor 20'+ breedbeeldschermen de main content verhogen */
@media only screen and (min-width: 1600px) {
main {
max-width: 900px !important;
}
}
blockquote {
color: #888 !important;
border-left: 5px solid var(--accent) !important;