This commit is contained in:
parent
02bd176ef8
commit
4f48f38e2e
1 changed files with 8 additions and 6 deletions
|
|
@ -57,8 +57,8 @@ body:after {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: calc(50vh + 16px);
|
height: calc(80vh + 16px);
|
||||||
width: calc(50vh + 16px);
|
width: calc(80vh + 16px);
|
||||||
background: white;
|
background: white;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
|
@ -127,15 +127,17 @@ footer .credits a {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 700px) {
|
||||||
|
.container .img-container {
|
||||||
|
width: calc(80vw + 16px);
|
||||||
|
height: calc(80vw + 16px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
.container h1 {
|
.container h1 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
.container .img-container {
|
|
||||||
width: calc(85vw + 16px);
|
|
||||||
height: calc(85vw + 16px);
|
|
||||||
}
|
|
||||||
footer .credits {
|
footer .credits {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue