fixed more layout issues
This commit is contained in:
parent
cf314bc0ec
commit
c650259660
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ header {
|
|||
main {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
@ -231,6 +231,7 @@ button:active {
|
|||
.articles {
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
|
Loading…
Reference in a new issue