Layout css fix header

This commit is contained in:
2021-01-18 23:25:47 +00:00
parent b0df14e7ae
commit 3f927bcc75
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
python manage.py makemigrations && python manage.py makemigrations posts members blackboard\
&& python manage.py migrate
python3 manage.py makemigrations && python3 manage.py makemigrations posts members blackboard\
&& python3 manage.py migrate

4
fet2020/static/fet.css Normal file
View File

@@ -0,0 +1,4 @@
body {
min-height:100%;
position:relative;
}

View File

@@ -8,11 +8,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FET</title>
<link rel="stylesheet" href="{% static 'app.css' %}">
<link rel="stylesheet" href="{% static 'fet.css' %}">
<script src="https://kit.fontawesome.com/dbe3c89a9d.js" crossorigin="anonymous"></script>
{% block extraheader %}
{% endblock %}
</head>
<body style="min-height:100%; position:relative">
<body style="">
<style>
footer {
@@ -43,7 +44,7 @@ footer {
<div class="top-bar-left show-for-large">
<a href="{% url 'home' %}">
<img style="height:40px; width:40px" src="/assets/img/logo2014_64.png"/>
<img style="height:40px; width:40px" class="logo" src="/assets/img/logo2014_64.png"/>
</a>
</div>