Commit Graph
4 Commits
Author SHA1 Message Date
TimandGitHub 3072343df3 Merge pull request #4 from tfwmedia/fix/69-typo-in-footer-link-rename-to-datenschutzerklärung-without-the-s
Fix typo in Datenschutz link title in footer
2025-05-23 12:00:44 +02:00
TimandGitHub 4d67c0c0ce Merge pull request #3 from tfwmedia/fix/68-text-in-sub-navigation-sidebar-should-have-no-space-to-the-edge
Remove unused comment in navigation.scss
2025-05-23 11:40:00 +02:00
TimandGitHub 5f998ae8b7 Merge pull request #2 from tfwmedia/68-text-in-sub-navigation-sidebar-should-have-no-space-to-the-edge
Adjust sub-navigation padding for better alignment
2025-05-23 11:35:50 +02:00
0d1de78799 Fix/64 logo navi fehlt bei mobile ansicht auf ipad bspw quer (#3)
* Update .gitignore to include custom.css.map

Added a reference to custom.css.map to prevent it from being tracked by Git. This helps avoid committing autogenerated files and keeps the repository clean.

* Fix layout issues for iPad and tablet landscape view

Updated responsive styles to ensure proper visibility and alignment of header elements and navigation on devices with widths between 768px and 1220px. Adjusted logo, spacing, font sizes, and layout to improve usability and appearance. Disabled the hamburger menu to avoid conflicts in this viewport range.

* Fix layout issues for iPad and tablet landscape view

Updated responsive styles to ensure proper visibility and alignment of header elements and navigation on devices with widths between 768px and 1220px. Adjusted logo, spacing, font sizes, and layout to improve usability and appearance. Disabled the hamburger menu to avoid conflicts in this viewport range.

* Add workflow_dispatch trigger to preview workflows

Enable manual execution for preview deployment workflows by adding the `workflow_dispatch` trigger. This allows users to start the workflows manually when necessary, improving flexibility and control.

* Set default font to "Assistant" in base.scss

Removed an unnecessary comment and ensured the root uses "Assistant" as the default font. This improves code clarity while maintaining consistent styling.

---------

Co-authored-by: Tim Friedrich Weber <tfw@satware.com>
2025-05-22 13:13:53 +02:00