style update

This commit is contained in:
Adrian Amaglio 2023-10-23 20:27:12 +02:00
parent 7f904b8136
commit 98bc6e3f86

View File

@ -19,7 +19,6 @@ body {
min-height:100%;
}
#content{
width:70%;
min-height: 100vh;
margin:auto;
background-color: rgba(0,0,0,0.77);
@ -58,18 +57,26 @@ header {
}
@media only screen
and (max-width : 800px) {
and (max-width : 900px) {
article {
columns: 1;
}
#content {
width:95%;
}
}
@media only screen
and (min-width : 800px) {
and (min-width : 600px) {
article {
columns: 2;
column-gap:5%;
}
#content {
width:70%;
}
}
article {
text-align:justify;
}