Give everything the transition property. Fuck, that's awesome
This commit is contained in:
parent
67de08a5b8
commit
df4979192e
12 changed files with 43 additions and 22 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="/sidebar.css">
|
||||
</head>
|
||||
|
@ -14,6 +15,8 @@
|
|||
<body>
|
||||
{% include "sidebar.html" %}
|
||||
|
||||
<button type="button" class="sidebar-toggle" id="sidebar-toggle" aria-pressed="false"></button>
|
||||
|
||||
<div id="main" class="column">
|
||||
<div class="container">
|
||||
{% block content %} {% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue