mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 01:28:59 +01:00
style(website): improve footer layout
This commit is contained in:
parent
70afb636ca
commit
cfe71a3426
8
apps/website2/src/components/Footer.css
Normal file
8
apps/website2/src/components/Footer.css
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
footer {
|
||||||
|
margin: 0;
|
||||||
|
padding: 1em 0;
|
||||||
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
||||||
|
text-align: center;
|
||||||
|
color: var(--muted-color);
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
@ -1,3 +1,5 @@
|
|||||||
|
import "./Footer.css";
|
||||||
|
|
||||||
export default function Footer() {
|
export default function Footer() {
|
||||||
return (
|
return (
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
@ -59,12 +59,6 @@ img {
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
margin: 0;
|
|
||||||
padding: 1em 0;
|
|
||||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
border: 0;
|
border: 0;
|
||||||
box-shadow: var(--card-box-shadow);
|
box-shadow: var(--card-box-shadow);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user