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