moved inline css to style.css

This commit is contained in:
BroodjeAap 2022-07-25 19:39:41 +00:00
parent de22299628
commit 8bb0f0f60e
2 changed files with 22 additions and 21 deletions

View file

@ -0,0 +1,22 @@
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}
.pointer {
cursor: pointer;
}

View file

@ -9,27 +9,6 @@
<title>{{ template "title" .}}</title>
{{ template "head" .}}
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}
</style>
</head>
<body class="d-flex flex-column h-100">