diff options
| author | root@localhost <root@localhost> | 2023-07-21 15:11:07 +0000 |
|---|---|---|
| committer | root@localhost <root@localhost> | 2023-07-21 15:11:07 +0000 |
| commit | 31193bf3d838a9ba13aaa131cf0172a6cee97173 (patch) | |
| tree | 510359b1c21a3f22097950f2e4be33477ae52ae3 /public/css/header.css | |
| parent | ed6368d67748df59702de1f75706d48f81c99eaa (diff) | |
removed public dir
Diffstat (limited to 'public/css/header.css')
| -rw-r--r-- | public/css/header.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/public/css/header.css b/public/css/header.css deleted file mode 100644 index cab735b..0000000 --- a/public/css/header.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Main menu */ -.main-nav ul { - display: flex; - flex-flow: row wrap; - justify-content: flex-start; - margin: 0; - padding: 0 0 0.25rem 0; - gap: 0rem 1.5rem; -} - -.main-nav li { - padding-top: 0.25rem; - margin-left: 1rem; - text-transform: lowercase; -} - -.main-nav li::marker { - content: "./"; -} - |
