Background-less footer, string tweaks
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: baseline;
|
||||
margin-top: 6rem;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
.inline-button {
|
||||
|
@ -1,6 +1,10 @@
|
||||
.crt {
|
||||
margin: 1rem 0 1rem;
|
||||
box-shadow: 0 0 0 1px var(--primary-color-alpha), 0 2px 6px 2px var(--primary-color-alpha), 0 4px 24px 4px var(--primary-color-alpha);
|
||||
box-shadow:
|
||||
var(--edge-highlight),
|
||||
0 0 0 1px var(--primary-color-alpha),
|
||||
0 2px 6px 2px var(--primary-color-alpha),
|
||||
0 4px 24px 4px var(--primary-color-alpha);
|
||||
border-radius: var(--rounded-corner);
|
||||
background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)), var(--primary-color);
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#site-footer {
|
||||
margin-top: 6rem;
|
||||
background-color: var(--fg-muted-1);
|
||||
padding: 2rem 0 2rem;
|
||||
margin-top: 4rem;
|
||||
padding: 2rem 0;
|
||||
text-align: center;
|
||||
|
||||
nav {
|
||||
|
Reference in New Issue
Block a user