adaptive
This commit is contained in:
parent
738a362ec1
commit
f573e23d01
@ -5,7 +5,7 @@
|
|||||||
height: 450px;
|
height: 450px;
|
||||||
|
|
||||||
@media (max-width: 1155px) {
|
@media (max-width: 1155px) {
|
||||||
padding: 10px;
|
padding: 10px 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
.header {
|
.header {
|
||||||
padding: 10px;
|
|
||||||
background: gray;
|
background: gray;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ code {
|
|||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
max-width: 1300px;
|
max-width: 1310px;
|
||||||
padding: 0 10px;
|
padding: 0 15px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user