Compare commits

..

No commits in common. "915c61f146064a7ad3cfd3167aa7dffc9d9e4cac" and "851d45d34087c49ad55a0e0c1b2a98e8258b4de1" have entirely different histories.

1 changed files with 2 additions and 10 deletions

View File

@ -68,7 +68,7 @@ body {
margin: auto; margin: auto;
height: 100%; height: 100%;
display: block; display: block;
max-width: 300px; max-width: 60%;
width: 0; width: 0;
background-color: darkslategrey; background-color: darkslategrey;
transition: 0.7s; transition: 0.7s;
@ -107,23 +107,15 @@ body {
width: 90%; width: 90%;
margin: auto; margin: auto;
margin-top: 20px; margin-top: 20px;
margin-bottom: 40px;
color: azure; color: azure;
} }
/* FOOTER */ /* FOOTER */
footer { footer {
position: absolute;
width: 100%; width: 100%;
background-color: darkslategrey; background-color: darkslategrey;
height: 30px;
}
footer p {
padding: 0;
margin-top: 6px;
text-align: center; text-align: center;
color: azure;
} }
@media screen and (min-height: 600px) { @media screen and (min-width: 800px) and (min-height: 700px) {
footer { footer {
position: fixed; position: fixed;
bottom: 0; bottom: 0;