auto heigt
This commit is contained in:
parent
eb4d9b9f15
commit
8db63e3b24
1 changed files with 7 additions and 0 deletions
|
|
@ -85,6 +85,13 @@ footer {
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
header .banner {
|
||||||
|
max-width: 600px; /* Ensures the image is never larger than its container */
|
||||||
|
height: auto;
|
||||||
|
display: block; /* Prevents inline default spacing */
|
||||||
|
margin: 0 auto; /* Centers the image within the header */
|
||||||
|
width: auto; /* Adjusts the width to maintain the aspect ratio */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue