i fucked up lol
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dalm 2022-04-10 01:41:20 +01:00
parent 80ab082d22
commit d55469631b
2 changed files with 26 additions and 1 deletions

View File

@ -46,6 +46,8 @@ h1{
border: inset 2px;
border-color: white;
margin-top: 5%;
background-color: white;
color: white;
}

View File

@ -35,4 +35,27 @@ h1{
margin-left: auto;
margin-right: auto;
line-height: 1em;
}
}
#commentics{
width: 60%;
margin-left: auto;
margin-right:auto;
border: inset 2px;
border-color: white;
margin-top: 5%;
background-color: white;
color: white;
}
/*Undersize.*/
@media only screen and (max-width: 800px) {
#commentics{
width: 100%;
}
}