add font
This commit is contained in:
parent
9d902e4b3b
commit
7bb0e2eed3
@ -1,3 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
|
||||
|
||||
html {
|
||||
--background-color: #eee;
|
||||
--popup-background: #ddd;
|
||||
@ -29,6 +31,8 @@ body {
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -48,7 +48,7 @@ export const LogoContainer = styled.div`
|
||||
`
|
||||
|
||||
export const ActiveContainer = styled.div`
|
||||
min-height: 23.5rem; // for perfect alignment with the info boxes
|
||||
min-height: 22.5rem; // for perfect alignment with the info boxes
|
||||
background: var(--box-gradient);
|
||||
border-radius: .5rem;
|
||||
padding: 1rem 2rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user