Skip to content

Commit

Permalink
responsive header width
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Dec 20, 2023
1 parent 47e02b7 commit 8182540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ header { background: #3679cd url(../images/header-bg-left.png) top right repeat;
.outer { background: url(../images/header-bg-right.png) top right repeat-y; padding-top: 40px; padding-bottom: 40px; }
header h1 small { font-size: 47%}

header h1 {width: 690px;font-size: 57px;}
header h1 {width: 100%; font-size: 57px;}
@media only screen and (min-width: 768px) {
header a.button {
background-color: #3679cd
Expand Down

0 comments on commit 8182540

Please sign in to comment.