Skip to content

Commit d4d397c

Browse files
900 to 850px width
1 parent 44e1a31 commit d4d397c

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/Deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- master
76
jobs:
87
build-and-deploy:
98
runs-on: ubuntu-latest

_css/basic.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ header li a:hover {
8282

8383
/* wide display: enforce maximum width of header to match content */
8484
@media (min-width: 940px) {
85-
header {
86-
width: 900px; /* 705px; */
87-
margin-left: auto;
88-
margin-right: auto;
89-
}
85+
header {
86+
width: 850px; /* 705px; */
87+
margin-left: auto;
88+
margin-right: auto;
89+
}
9090
}
9191

9292
/*

_css/franklin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ html {
9191
/* On wide screens, fix content width to a max value. */
9292
@media (min-width: 940px) {
9393
.franklin-content {
94-
width: 900px; /* 705px; */
94+
width: 850px; /* 705px; */
9595
margin-left: auto;
9696
margin-right: auto;
9797
}

_layout/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<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">
33
<!-- <a href="/">G⁻¹Lab</a> --></div>
44
<nav>
55
<ul>

0 commit comments

Comments
 (0)