use a class for the banner, make sure it is always width of page

This commit is contained in:
B. Petersen
2023-12-12 19:39:30 +01:00
committed by holger krekel
parent e272294e07
commit 4a7e36618f
5 changed files with 10 additions and 3 deletions

View File

@@ -17,3 +17,7 @@
#domain a {
color: #888;
}
.banner {
width: 100%;
}