style: tweak header padding
All checks were successful
Deploy Blog / deploy (push) Successful in 1m57s
All checks were successful
Deploy Blog / deploy (push) Successful in 1m57s
This commit is contained in:
parent
3ff472f5f6
commit
688d994f12
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import gruvboxComputer from "../images/gruvbox-computer.svg"
|
||||||
import { Link } from "react-router"
|
import { Link } from "react-router"
|
||||||
const Header = () => {
|
const Header = () => {
|
||||||
return (
|
return (
|
||||||
<header className="md:py-6">
|
<header className="md:py-6 pb-4">
|
||||||
<nav className="bg-sidebar container mx-auto justify-between flex gap-1">
|
<nav className="bg-sidebar container mx-auto justify-between flex gap-1">
|
||||||
<Link to="/">
|
<Link to="/">
|
||||||
<div className="scanlined">
|
<div className="scanlined">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue