Layout css fix header
This commit is contained in:
@@ -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
4
fet2020/static/fet.css
Normal file
@@ -0,0 +1,4 @@
|
||||
body {
|
||||
min-height:100%;
|
||||
position:relative;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user