Skip to content

Commit

Permalink
Fix CSS to always fill whole page
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 18, 2024
1 parent 195a2a5 commit 36598a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/template-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<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%;
margin:0px;
padding: 0px;
background-image: linear-gradient(to top right, #CCC, #FFF)
Expand Down

0 comments on commit 36598a2

Please sign in to comment.