development branch created to preserve working deploy project
This commit is contained in:
@@ -15,10 +15,14 @@
|
||||
padding: 0;
|
||||
background-color: #ead9cb;
|
||||
}
|
||||
.header-links {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
}
|
||||
header {
|
||||
position: relative;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 2rem;
|
||||
}
|
||||
@@ -70,14 +74,14 @@ header {
|
||||
}
|
||||
|
||||
.login-link {
|
||||
position: absolute;
|
||||
position: static;
|
||||
right: 2rem;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: white;
|
||||
color: #a57d52;
|
||||
text-decoration: none;
|
||||
padding: 0.5rem 1rem;
|
||||
border: 1px solid white;
|
||||
border: 1px solid #a57d52;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@@ -97,7 +101,11 @@ header {
|
||||
</h1>
|
||||
<p>Operated by Kikimor EOOD</p>
|
||||
</div>
|
||||
<a href="{% url 'login' %}" class="login-link">Login</a>
|
||||
<div class="header-links">
|
||||
<a href="{% url 'login' %}" class="login-link">Login</a>
|
||||
<a href="{% url 'allowed_vehicles' %}" class="login-link">Vehicles</a>
|
||||
</div>
|
||||
|
||||
</header>
|
||||
|
||||
<section class="hero">
|
||||
|
||||
Reference in New Issue
Block a user