Skip to content

Commit

Permalink
resetting width to original and changing title
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshap committed Mar 31, 2021
1 parent e3a3128 commit a52fc81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% seo %}
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<link rel="shortcut icon" type="image/png" href="favicon.ico"/>
<script src="{{ '/assets/js/scale.fix.js' | relative_url }}"></script>
Expand Down
4 changes: 2 additions & 2 deletions _sass/jekyll-theme-dinky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ hr {
img {
position: relative;
margin: 0 auto;
max-width: 850px;
max-width: 650px;
padding: 5px;
margin: 10px 0 32px 0;
border: 1px solid #ccc;
Expand Down Expand Up @@ -320,7 +320,7 @@ a.buttons:hover {
/* Section - for main page content */

section {
width:850px;
width:650px;
float:right;
padding-bottom:50px;
}
Expand Down

0 comments on commit a52fc81

Please sign in to comment.