Enhance team page styling and structure adjustments.
Removed `pointer-events: none` to enable hover effects on images and updated font weight for better visibility. Added new CSS for tooltips and modified navigation/yaml configuration for better presentation.
This commit is contained in:
@@ -12,13 +12,14 @@
|
||||
|
||||
// Logo vergrößern
|
||||
.md-header__button.md-logo {
|
||||
padding: 1.2rem;
|
||||
padding-left: 0.5rem;
|
||||
padding: 2.2rem;
|
||||
//padding-left: 0.5rem;
|
||||
|
||||
img, svg {
|
||||
width: 325px; // Größeres Logo (Standardwert ist 40px)
|
||||
height: auto;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Navigationsleiste anpassen
|
||||
|
||||
Reference in New Issue
Block a user