Documents - poprawka css
This commit is contained in:
@@ -3,6 +3,7 @@ import DefaultLayout from "../../layouts/DefaultLayout.astro";
|
||||
import yaml from "js-yaml";
|
||||
import fs from "node:fs";
|
||||
import Markdown from "../../islands/Markdown.jsx";
|
||||
import "../../styles/document.css";
|
||||
|
||||
/* ===== Typy ===== */
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
.f-document-card {
|
||||
@apply flex items-center gap-1 p-1 mb-2;
|
||||
@apply flex items-center gap-2 text-lg;
|
||||
}
|
||||
.f-document-card:hover {
|
||||
@apply shadow-sm;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.f-document-icon {
|
||||
/* .f-document-icon {
|
||||
@apply text-2xl leading-none mt-1;
|
||||
}
|
||||
} */
|
||||
|
||||
.f-document-title {
|
||||
@apply font-semibold;
|
||||
@apply font-normal ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user