Merge branch 'website_frontend' into website
This commit is contained in:
commit
bafd1cb196
3 changed files with 12 additions and 10 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<body>
|
||||
<br>
|
||||
<br>
|
||||
<h1 style="color:#ffffff ; margin-top: 20px; margin-bottom: 10px;
|
||||
<h1 style="color:#ffffff; font-size: 60px; margin-top: 20px; margin-bottom: 10px;
|
||||
letter-spacing: 1.5px;" >
|
||||
GREGGordinates
|
||||
</h1>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<img src="{% static 'img/drawing.png' %}" alt="Cute map drawing" id="homepageimage">
|
||||
<br><br>
|
||||
<img src="{% static 'img/drawing.png' %}" alt="Cute map drawing">
|
||||
|
||||
<div class="btn-group">
|
||||
<a href="{% url 'encode' %}">
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
display: flex; /* places buttons side-by-side */
|
||||
justify-content: center; /* centers them horizontally */
|
||||
align-items: center; /* aligns vertically */
|
||||
gap: 30px;
|
||||
gap: 40px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
|
||||
.btn-group button {
|
||||
padding: 40px 40px;
|
||||
padding: 30px 50px;
|
||||
font-size:25px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue