feat: add possibility to change image size at text image element
This commit is contained in:
parent
ee73d44aaf
commit
bed54e120b
5 changed files with 62 additions and 32 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue