Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Reduced wrapper width slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reedyn committed Sep 27, 2020
1 parent ced64f8 commit c604f18
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 27 deletions.
34 changes: 16 additions & 18 deletions assets/css/style.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/style.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link href="{{asset 'css/style.min.css'}}" rel="stylesheet" type="text/css">
<link href="{{asset 'favicon.ico'}}" rel="shortcut icon">
{{ghost_head}}
<meta name="theme" content="Saga v2.1.0-RC2">
<meta name="theme" content="Saga v2.1.0-RC4">
</head>
<body class="{{#is "index"}}index {{/is}}{{body_class}}">
<a href="#main" class="skip-link">{{t "Skip to main content"}}</a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Gustav Lindqvist",
"email": "gustav@lindqvist.io"
},
"version": "2.1.0-RC2",
"version": "2.1.0-RC4",
"engines": {
"ghost-api": "v3"
},
Expand Down
2 changes: 1 addition & 1 deletion sass/01.settings/sizes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $padding--large: 4rem;
$padding--inline-block: .3rem .6rem;
$padding--block: .8rem 1.2rem;

$wrapper-width: 80rem;
$wrapper-width: 74rem;
$gutter: $margin--medium;
$header-height: 6rem;

Expand Down
4 changes: 2 additions & 2 deletions sass/05.objects/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
}

.hero-content {
width: calc(100% - 4rem);
max-width: $wrapper-width;
width: calc(100% - 2rem);
max-width: $wrapper-width - 2rem;
margin: auto;
color: $color--light-grey;

Expand Down
1 change: 0 additions & 1 deletion sass/06.components/content.card.embed.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.kg-card.kg-embed-card {
iframe {
width: 100%;
height: auto;
}

&.responsive-video {
Expand Down
1 change: 0 additions & 1 deletion sass/06.components/content.media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
img {
position: relative;
display: block;
width: 100%;
max-width: 100%;
height: auto;
margin: 0 auto;
Expand Down

0 comments on commit c604f18

Please sign in to comment.