moved inline css to style.css
This commit is contained in:
parent
de22299628
commit
8bb0f0f60e
2 changed files with 22 additions and 21 deletions
|
@ -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;
|
||||||
|
}
|
|
@ -9,27 +9,6 @@
|
||||||
|
|
||||||
<title>{{ template "title" .}}</title>
|
<title>{{ template "title" .}}</title>
|
||||||
{{ template "head" .}}
|
{{ 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>
|
</head>
|
||||||
<body class="d-flex flex-column h-100">
|
<body class="d-flex flex-column h-100">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue