Compare commits

..

No commits in common. "dad601e54b688ccd5d7dba949a2c70ef2ca2afc6" and "1904e631e6197905eb521f609af34d9d3a57c1f5" have entirely different histories.

3 changed files with 17 additions and 40 deletions

View File

@ -18,7 +18,3 @@ links:
# Build settings # Build settings
plugins: plugins:
- jekyll-feed - jekyll-feed
sass:
sass_dir: 'assets/stylesheets'
style: 'compressed'

View File

@ -10,7 +10,6 @@
<script src="/assets/scripts/varrock.js"></script> <script src="/assets/scripts/varrock.js"></script>
</head> </head>
<body> <body>
<div id="wrapper">
<header id="header-box"> <header id="header-box">
<div id="header-logo"> <div id="header-logo">
<h1>Bit Goblin</h1> <h1>Bit Goblin</h1>
@ -33,7 +32,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<footer id="footer"> <footer id="footer">
<div class="row"> <div class="row">

View File

@ -5,7 +5,6 @@ body
font-family: "Gill Sans", sans-serif font-family: "Gill Sans", sans-serif
font-size: 2rem font-size: 2rem
margin: 0 margin: 0
padding-bottom: 125px
a a
color: #1e76d1 color: #1e76d1
@ -22,19 +21,8 @@ hr
.u-text-center .u-text-center
text-align: center text-align: center
// this wrapper is only used to hide the footer
#wrapper
position: relative
z-index: 10
width: 100%
height: 100%
margin: 0
padding: 0
background: white
#header-box #header-box
position: relative position: relative
z-index: 2
height: 500px height: 500px
background: background:
image: url(/assets/images/bg-banner.jpg) image: url(/assets/images/bg-banner.jpg)
@ -125,12 +113,7 @@ hr
// footer section // footer section
#footer #footer
position: fixed
z-index: -1
bottom: 0
width: 100% width: 100%
margin-top: 25px margin-top: 25px
padding-top: 15px padding-top: 15px
background: #212121
border-top: 2px solid #999 border-top: 2px solid #999
color: white