generated from hjess/PythonTemplateProject
Bug somewhere
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 30s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 30s
This commit is contained in:
@@ -2586,8 +2586,8 @@ button:disabled,
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 50px auto;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
margin-bottom: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked-button {
|
.stacked-button {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -132,8 +132,9 @@ $button-color: #000;
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse; // Reverserer rækkefølgen af knapperne
|
flex-direction: column-reverse; // Reverserer rækkefølgen af knapperne
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 50px auto;
|
// margin: 50px auto;
|
||||||
align-items: center; // Centrer knapperne horisontalt
|
align-items: center; // Centrer knapperne horisontalt
|
||||||
|
margin-bottom: 120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
<title>{% block title %}PortugalFAQ{% endblock %}</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||||
<link rel="stylesheet" href="/static/css/main.css">
|
<link rel="stylesheet" href="/static/css/main.css?v={{ current_time }}">
|
||||||
</head>
|
</head>
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
<!-- Wrapper -->
|
<!-- Wrapper -->
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
<script src="/static/js/breakpoints.min.js"></script>
|
<script src="/static/js/breakpoints.min.js"></script>
|
||||||
<script src="/static/js/util.js"></script>
|
<script src="/static/js/util.js"></script>
|
||||||
<script src="/static/js/main.js"></script>
|
<script src="/static/js/main.js"></script>
|
||||||
<script src="/static/js/modal_handler.js"></script>
|
<script src="/static/js/modal_handler.js?v={{ current_time }}"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user