website: sizes
This commit is contained in:
parent
67096dc68d
commit
4b2dca7bb3
3 changed files with 11 additions and 9 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,7 +2,7 @@
|
|||
{% load static %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<br><br>
|
||||
<img src="{% static 'img/drawing.png' %}" alt="Cute map drawing">
|
||||
|
||||
<div class="btn-group">
|
||||
|
|
@ -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