Compare commits

..

No commits in common. "0185c6b3f913851ab039d8d1dc8048770bc20b21" and "236b0e5eeb149b0d0edbb8a87974d7fed991df45" have entirely different histories.

5 changed files with 3 additions and 27 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
public/
Session.vim

View File

@ -1,6 +1,4 @@
$sidebar_width: 20%;
$sidebar_background: rgba(255, 0, 0, .1);
$body_background: rgba(0, 255, 0, .1);
body {
margin: 0;
@ -8,9 +6,8 @@ body {
height: 100%;
position: fixed;
width: $sidebar_width;
background: $sidebar_background;
background: rgba(255, 0, 0, .1);
padding-top: 32px;
padding-bottom: 16px;
img {
width: 100%;
}
@ -20,9 +17,8 @@ body {
}
main {
height: 100%;
box-sizing: border-box;
margin-left: $sidebar_width;
background: $body_background;
background: rgba(0, 255, 0, .1);
padding-top: 50px;
article {
margin: auto;
@ -32,7 +28,3 @@ body {
}
}
}
@media screen and (max-width: 1000px) {
@import "mobile.scss";
}

View File

@ -1,11 +0,0 @@
body {
nav {
position: unset;
height: auto;
width: 100%;
}
main {
margin-left: 0;
height: auto;
}
}

View File

@ -1,4 +0,0 @@
{% extends "base.html" %}
{% block content %}
<h1><em>Insert epic 404 page here</em></h1>
{% endblock %}

View File

@ -1,6 +1,6 @@
<nav>
<div>
<a href="/"><img src="{{ get_url(path='logo.png') }}"></a>
<img src="{{ get_url(path='logo.png') }}">
</div>
<div>
<ul>