mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 03:10:00 +00:00
style change
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{% for service in services%}
|
{% for service in services%}
|
||||||
<div class="bg-light container-xxl">
|
<div class="bg-light container-xxl">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col name" onclick="location.href='{{service.url}}';" style="cursor: pointer;">
|
<div class="col" onclick="location.href='{{service.url}}';" style="cursor: pointer;">
|
||||||
{{service["name"]}}
|
{{service["name"]}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -40,9 +40,7 @@ body {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
|
||||||
margin-left: 60px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Login page */
|
/* Login page */
|
||||||
.form {
|
.form {
|
||||||
|
|||||||
Reference in New Issue
Block a user