error but built
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-06 23:56:45 +01:00
parent 2ab6623201
commit 2866717694
5 changed files with 68 additions and 42 deletions
-24
View File
@@ -1,12 +1,6 @@
{{ define "head" }}
<style type="text/css">
/* .feature-image {
background-image: url("{{ . | absURL | safeCSS}}");
background-image: url('{{ "../images/unix.jpg" | absURL }}');
height: 500px;
} */
p {
text-align: center;
@@ -14,24 +8,6 @@
img {
max-width: 95%
}
/* @media (max-width: 992px) {
.feature-image {
height: 350px;
}
}
@media (max-width: 768px) {
.feature-image {
height: 250px;
}
}
@media (max-width: 576px) {
.feature-image {
height: 200px;
}
} */
</style>
{{ end }}