update
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
f4d71d436c
commit
04365b0b24
|
@ -10,7 +10,6 @@ header > div {
|
|||
header p {
|
||||
margin-block-start: 0em;
|
||||
margin-block-end: 0em;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
header > div h1 {
|
||||
|
@ -65,7 +64,7 @@ header > img {
|
|||
|
||||
@media screen and (max-width: 1024px) {
|
||||
header {
|
||||
height: 15vh;
|
||||
height: 20vh;
|
||||
width: -moz-available;
|
||||
width: stretch;
|
||||
}
|
||||
|
@ -75,6 +74,9 @@ header > img {
|
|||
header {
|
||||
height: auto;
|
||||
}
|
||||
header p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 530px) {
|
||||
header {
|
||||
|
|
Loading…
Reference in New Issue