mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02: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() {
|
||||
return (
|
||||
<footer>
|
||||
|
@ -59,12 +59,6 @@ img {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 0;
|
||||
padding: 1em 0;
|
||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.card {
|
||||
border: 0;
|
||||
box-shadow: var(--card-box-shadow);
|
||||
|
Loading…
x
Reference in New Issue
Block a user