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/ public/
Session.vim

View File

@ -1,6 +1,4 @@
$sidebar_width: 20%; $sidebar_width: 20%;
$sidebar_background: rgba(255, 0, 0, .1);
$body_background: rgba(0, 255, 0, .1);
body { body {
margin: 0; margin: 0;
@ -8,9 +6,8 @@ body {
height: 100%; height: 100%;
position: fixed; position: fixed;
width: $sidebar_width; width: $sidebar_width;
background: $sidebar_background; background: rgba(255, 0, 0, .1);
padding-top: 32px; padding-top: 32px;
padding-bottom: 16px;
img { img {
width: 100%; width: 100%;
} }
@ -20,9 +17,8 @@ body {
} }
main { main {
height: 100%; height: 100%;
box-sizing: border-box;
margin-left: $sidebar_width; margin-left: $sidebar_width;
background: $body_background; background: rgba(0, 255, 0, .1);
padding-top: 50px; padding-top: 50px;
article { article {
margin: auto; 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> <nav>
<div> <div>
<a href="/"><img src="{{ get_url(path='logo.png') }}"></a> <img src="{{ get_url(path='logo.png') }}">
</div> </div>
<div> <div>
<ul> <ul>