mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Stick footer to page bottom
This commit is contained in:
@@ -38,11 +38,17 @@ const Global = createGlobalStyle<Props>`
|
||||
}
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-inline-start: 1.9rem;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0 0 100px;
|
||||
background: ${({ dark, theme }) =>
|
||||
dark ? theme.colors.dark.background : theme.colors.light.background};
|
||||
color: ${({ dark, theme }) => (dark ? theme.colors.dark.text : theme.colors.light.text)};
|
||||
|
||||
Reference in New Issue
Block a user