File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 types : [opened, synchronize]
1010
1111env :
12- GH_USERNAME : " kescobo "
12+ GH_USERNAME : " bonhamlab "
1313 PREVIEWS_PREFIX : " previews/PR" # will be followed by PR number
1414
1515jobs :
4444 with :
4545 message : |
4646 Preview should be up in a couple of mins at
47- https://blog.bonham.ch /${{ env.PRID }}
47+ https://bonhamlab.github.io /${{ env.PRID }}
4848 (if you get a 404, wait 30s then refresh).
4949 if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 88 --small : 14px ;
99 --normal : 19px ;
1010 --text-color : hsv (0 , 0% , 20% );
11+ --max-width : 900px ;
1112}
1213
1314/* ==================================================================
8990/* On wide screens, fix content width to a max value. */
9091@media (min-width : 940px ) {
9192 .franklin-content {
92- width : 900 px ;
93+ width : var ( --max-width ) ;
9394 margin-left : auto;
9495 margin-right : auto;
9596 }
Original file line number Diff line number Diff line change 6767 border : 0 ;
6868 height : 1px ;
6969 background-color : # ddd ;
70+ max-width : var (--max-width );
7071}
You can’t perform that action at this time.
0 commit comments