diff options
| author | horus | 2026-07-05 00:49:11 +0200 |
|---|---|---|
| committer | horus | 2026-07-05 00:49:11 +0200 |
| commit | b495b5883418a05d3f000bfb845cbdfa740cb141 (patch) | |
| tree | 992411712387857badfa8407b340511b0c2da015 /resources | |
| parent | e89b1902e3b5dc1acc47b22ae738d43a6652b244 (diff) | |
| download | curious-b495b5883418a05d3f000bfb845cbdfa740cb141.tar.gz | |
navbar design fix
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/sass/_navbar.scss | 2 | ||||
| -rw-r--r-- | resources/views/cinema_show.blade.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/resources/sass/_navbar.scss b/resources/sass/_navbar.scss index 94d8a02..cf184c4 100644 --- a/resources/sass/_navbar.scss +++ b/resources/sass/_navbar.scss @@ -13,7 +13,9 @@ .navbar-dark .nav-link { color: #94a3b8 !important; font-weight: 600; + /* font-size: 0.85rem; + */ text-transform: uppercase; letter-spacing: 0.5px; padding: 0.5rem 1rem; diff --git a/resources/views/cinema_show.blade.php b/resources/views/cinema_show.blade.php index 63ec736..c797ce3 100644 --- a/resources/views/cinema_show.blade.php +++ b/resources/views/cinema_show.blade.php @@ -37,7 +37,6 @@ } .hn-heading { - color: var(--cinema-pink); } @media (max-width: 768px) { |
