mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: push for isaac
This commit is contained in:
parent
76e7d5a5fc
commit
f3f7df13f5
15 changed files with 293 additions and 145 deletions
|
@ -5,6 +5,7 @@ import Config.Format as O exposing (..)
|
|||
import Config.Identity as I exposing (..)
|
||||
import Effect exposing (Effect)
|
||||
import Element as E exposing (..)
|
||||
import Element.Events as Events
|
||||
import Element.Background as B exposing (..)
|
||||
import Element.Border as D exposing (..)
|
||||
import Element.Font as F
|
||||
|
@ -180,6 +181,12 @@ desktopNavbar =
|
|||
, F.color colourTheme.textLightGrey
|
||||
, F.size 17
|
||||
, spacing 8
|
||||
, paddingEach
|
||||
{ top = 0
|
||||
, right = 0
|
||||
, bottom = 0
|
||||
, left = 10
|
||||
}
|
||||
]
|
||||
(desktopHomeButtonMaker
|
||||
:: List.map desktopPagesButtonMaker
|
||||
|
@ -440,7 +447,7 @@ desktopFooterIcons =
|
|||
, spacing 20
|
||||
, paddingEach
|
||||
{ top = 25
|
||||
, bottom = 10
|
||||
, bottom = 25
|
||||
, left = 0
|
||||
, right = 0
|
||||
}
|
||||
|
@ -507,7 +514,7 @@ footerImageMaker :
|
|||
-> Element msg
|
||||
footerImageMaker config =
|
||||
column [ centerX ]
|
||||
[ link []
|
||||
[ newTabLink []
|
||||
{ url = config.url
|
||||
, label =
|
||||
row []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue