/*
Theme Name: Samuel Law Custom Theme
Theme URI: https://samuel.law/
Author: Samuel Law
Description: Custom WordPress theme preserving the Samuel Law static website design system for review and future deployment.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: samuel-law
*/

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.nav__links ul,
.footer nav ul {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__links li,
.footer nav li {
  list-style: none;
}
