update
continuous-integration/drone/push Build is passing Details

This commit is contained in:
real186526 2024-02-13 04:25:14 +08:00
parent f4d71d436c
commit 04365b0b24
1 changed files with 4 additions and 2 deletions

View File

@ -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 {