This commit is contained in:
parent
73dbd97bb4
commit
d4f313ee1a
1 changed files with 11 additions and 8 deletions
|
@ -74,7 +74,17 @@
|
|||
a li {
|
||||
padding: 0.25rem;
|
||||
}
|
||||
@media only screen and (max-width: 640px) {
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
@media only screen and (max-width: 750px) {
|
||||
main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
#container {
|
||||
height: 100vh;
|
||||
}
|
||||
|
@ -82,13 +92,6 @@
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 641px) {
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue