File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main
6
- - master
7
6
jobs :
8
7
build-and-deploy :
9
8
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -82,11 +82,11 @@ header li a:hover {
82
82
83
83
/* wide display: enforce maximum width of header to match content */
84
84
@media (min-width : 940px ) {
85
- header {
86
- width : 900 px ; /* 705px; */
87
- margin-left : auto;
88
- margin-right : auto;
89
- }
85
+ header {
86
+ width : 850 px ; /* 705px; */
87
+ margin-left : auto;
88
+ margin-right : auto;
89
+ }
90
90
}
91
91
92
92
/*
Original file line number Diff line number Diff line change 91
91
/* On wide screens, fix content width to a max value. */
92
92
@media (min-width : 940px ) {
93
93
.franklin-content {
94
- width : 900 px ; /* 705px; */
94
+ width : 850 px ; /* 705px; */
95
95
margin-left : auto;
96
96
margin-right : auto;
97
97
}
Original file line number Diff line number Diff line change 1
1
< header >
2
- < div class ="blog-name "> < img src ="/assets/ginvlab_header.png " style ="width: 900px ; min-width: 300px; " id ="logo_ginvlab ">
2
+ < div class ="blog-name "> < img src ="/assets/ginvlab_header.png " style ="width: 850px ; min-width: 300px; " id ="header_logo_ginvlab ">
3
3
<!-- <a href="/">G⁻¹Lab</a> --> </ div >
4
4
< nav >
5
5
< ul >
You can’t perform that action at this time.
0 commit comments