style update
This commit is contained in:
parent
7f904b8136
commit
98bc6e3f86
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user