{-# LANGUAGE OverloadedStrings #-}

module Design.LoggedIn.Stat
  ( design
  ) where

import Clay

design :: Css
design = h1 ? paddingBottom (px 0)