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 {
|
header p {
|
||||||
margin-block-start: 0em;
|
margin-block-start: 0em;
|
||||||
margin-block-end: 0em;
|
margin-block-end: 0em;
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header > div h1 {
|
header > div h1 {
|
||||||
|
@ -65,7 +64,7 @@ header > img {
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
header {
|
header {
|
||||||
height: 15vh;
|
height: 20vh;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
width: stretch;
|
width: stretch;
|
||||||
}
|
}
|
||||||
|
@ -75,6 +74,9 @@ header > img {
|
||||||
header {
|
header {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
header p {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 530px) {
|
@media screen and (max-width: 530px) {
|
||||||
header {
|
header {
|
||||||
|
|
Loading…
Reference in New Issue