template/styles.css: travail sur header (2)

This commit is contained in:
Adrien Bourmault 2024-02-29 10:51:33 +01:00
parent ded6d4c431
commit fdfe78c2f1
Signed by: neox
GPG Key ID: 2974E1D5F25DFCC8
1 changed files with 2 additions and 2 deletions

View File

@ -230,11 +230,11 @@ code.bcode_code {}
a#site_link {
display: flex;
}
header#header {
background-attachment: fixed;
background-image: url(../template/electronic.jpg);
background-position: 0 0;
}
header#header {
display: flex;
flex-direction: row;
}