Skip to content

Commit

Permalink
ios fix attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bravemattk committed Aug 31, 2024
1 parent 9edee3b commit 434c27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link href='https://fonts.googleapis.com/css?family=Esteban|Lato:400,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ "/css/main.css?v=00005" | prepend: site.baseurl }}">
<link rel="stylesheet" href="{{ "/css/main.css?v=00006" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
{% include head--twitter-card.html %}
Expand Down
12 changes: 2 additions & 10 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ html, body {
height:100%;
font-family: sans-serif;
margin:0;
background: url(../img/bg-min.jpg) no-repeat;
background-size: cover;
overscroll-behavior-y: none;
}

Expand All @@ -26,16 +28,6 @@ body {
height:calc(100% - 30px);
line-height: 1.5;
}
body::before{
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/bg-min.jpg) no-repeat;
background-size: cover;
}

h3 {
font-size: 2em;
Expand Down

0 comments on commit 434c27d

Please sign in to comment.