responsive
This commit is contained in:
parent
3cd25c02d3
commit
394c8b7dff
1 changed files with 6 additions and 2 deletions
|
@ -170,7 +170,11 @@ div.info {
|
|||
}
|
||||
|
||||
@media screen and (max-width: 600px){
|
||||
article {
|
||||
margin: 120px 0 0 0;
|
||||
#logo {
|
||||
position: initial;
|
||||
}
|
||||
|
||||
article, header {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue