feat: add possibility to change image size at text image element
This commit is contained in:
@@ -6,17 +6,17 @@ $nav-height: 60px; // Adjust as needed
|
||||
// Ensure this path is correct for your TYPO3 installation.
|
||||
// Typically: /typo3conf/ext/<extension_key>/Resources/Public/Images/...
|
||||
|
||||
header {
|
||||
body > header {
|
||||
width: 100%;
|
||||
height: $nav-height;
|
||||
line-height: $nav-height;
|
||||
background: url('../Images/background.jpg') repeat;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.main-nav {
|
||||
background: url('../Images/background.jpg') repeat;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user