mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-05 08:13:40 +00:00
Make container width narrower
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,9 +9,9 @@ ifeq ($(origin .RECIPEPREFIX), undefined)
|
|||||||
endif
|
endif
|
||||||
.RECIPEPREFIX = >
|
.RECIPEPREFIX = >
|
||||||
|
|
||||||
## server: run server locally on port 1313
|
## server: run server locally on port 51313
|
||||||
server:
|
server:
|
||||||
> hugo server -D
|
> hugo server -D -p 51313
|
||||||
|
|
||||||
## help: Print this help message
|
## help: Print this help message
|
||||||
help:
|
help:
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About
|
title: About
|
||||||
weight: -210
|
weight: -210
|
||||||
menu: "main"
|
|
||||||
disable_comments: true
|
disable_comments: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@@ -9,11 +9,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container{
|
.container{
|
||||||
max-width: 1200px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site {
|
.site {
|
||||||
max-width: 2000px;
|
max-width: 1200px;
|
||||||
margin-left: auto;
|
}
|
||||||
margin-right: auto;
|
|
||||||
|
.twitter-tweet-rendered {
|
||||||
|
display:block;
|
||||||
|
margin-left:auto;
|
||||||
|
margin-right:auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user