redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit eb6f7ed6d7 - Show all commits

View File

@ -21,9 +21,10 @@ body {
position: sticky;
top: -145px;
}
@media(min-width: 1025px){#header_index{background-image:url("/images/headers/index/index_1920.webp")}}
@media(min-width: 1921px){#header_index{background-image:url("/images/headers/index/index_2800.webp")}}
@media(min-width: 2801px){#header_index{background-image:url("/images/headers/index/index_4096.webp")}}
#header_index{background-image: url("/images/headers/index/index_1024.webp")}
@media(min-width: 1025px){#header_index{background-image: url("/images/headers/index/index_1920.webp")}}
@media(min-width: 1921px){#header_index{background-image: url("/images/headers/index/index_2800.webp")}}
@media(min-width: 2801px){#header_index{background-image: url("/images/headers/index/index_4096.webp")}}
#page_title { /* This may be best floating above content div rather than inside header div */
background-color: #2f4f4f8f;
font-family: sans-serif;