Skip to content

Commit

Permalink
Fix page height by using min-height:100vh;
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 18, 2024
1 parent 07a6151 commit 1081af6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docs/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
min-height:100vh;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down
3 changes: 1 addition & 2 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
min-height:100vh;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down
3 changes: 1 addition & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
min-height:100vh;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down
3 changes: 1 addition & 2 deletions docs/technology.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
min-height:100vh;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down
3 changes: 1 addition & 2 deletions docs/template-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
<title>Traceon</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<style>
html { height: 100%; }
html, body {
min-width:1000px;
min-height:100%;
min-height:100vh;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down

0 comments on commit 1081af6

Please sign in to comment.