Moved to Nuxt
pipeline / build-and-push-images (push) Successful in 3m12s

NuxtJS, Vue, real web app

Nuxt content: blog

Better mobile/responsive design and practices

Better practices overall
This commit is contained in:
2025-11-18 20:59:23 +01:00
parent 93a4e124ff
commit 99a943eb36
57 changed files with 19126 additions and 718 deletions
+39
View File
@@ -0,0 +1,39 @@
h1, h2, h3, h4, h5, h6, p, a, input[type=text], ul, li, strong {
font-family: 'Inter', sans-serif;
font-style: normal;
}
h1 {
font-weight: 600;
}
h2 {
font-weight: 500;
}
h3 {
font-weight: 400;
}
h4 {
font-weight: 300;
}
p {
font-weight: normal;
}
strong {
font-weight: 600;
}
a:link {
text-decoration: none;
color: grey;
}
a:visited {
text-decoration: none;
color: grey;
}
a:hover {
text-decoration: none;
color: #536878;
}
a:active {
text-decoration: none;
color: grey;
}