mobile bg
This commit is contained in:
parent
b8eb3ca4a3
commit
015dac8507
BIN
src/Untitled-1.psd
Normal file
BIN
src/Untitled-1.psd
Normal file
Binary file not shown.
BIN
src/Untitled-2.psd
Normal file
BIN
src/Untitled-2.psd
Normal file
Binary file not shown.
Binary file not shown.
BIN
src/background3.png
Normal file
BIN
src/background3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 278 KiB |
BIN
src/background4.png
Normal file
BIN
src/background4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
BIN
src/background_mobile.png
Normal file
BIN
src/background_mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 253 KiB |
BIN
src/logo2.png
Normal file
BIN
src/logo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 340 KiB |
@ -2,7 +2,7 @@ html {
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(0,0,0,0.2) 100%), url('./background.png');
|
||||
background-size: contain;
|
||||
background-position-y: -330px;
|
||||
font-size: 1.2em;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
body {
|
||||
@ -214,6 +214,7 @@ header #download {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.profil .role svg {
|
||||
@ -485,6 +486,9 @@ footer {
|
||||
|
||||
|
||||
@media (max-width: 690px) {
|
||||
html {
|
||||
background-image: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(0,0,0,0.2) 100%), url('./background_mobile.png');
|
||||
}
|
||||
h1 {
|
||||
font-size: 90px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user