mirror of https://github.com/vacp2p/waku-site.git
Footer desktop
This commit is contained in:
parent
ad37e985e2
commit
5a11bc6147
40
about.html
40
about.html
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
<h1>Test text</h1>
|
38
index.html
38
index.html
File diff suppressed because one or more lines are too long
|
@ -44,6 +44,10 @@ module.exports = {
|
|||
fontSize: theme => ({
|
||||
'10': '.625rem'
|
||||
}),
|
||||
gridTemplateColumns: theme => ({
|
||||
'footer-md': '1fr 2.5fr',
|
||||
'footer-xl': '40px 207px 1fr 0.65fr'
|
||||
}),
|
||||
height: theme => ({
|
||||
'18': '4.5rem',
|
||||
'26': '6.5rem',
|
||||
|
|
Loading…
Reference in New Issue