This commit is contained in:
parent
506ff65fc5
commit
419461803f
@ -144,7 +144,6 @@ footer ul li:last-child {
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@ -164,7 +163,6 @@ hr {
|
|||||||
#buttons {
|
#buttons {
|
||||||
background-color: #2f3136;
|
background-color: #2f3136;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
text-align: right;
|
|
||||||
border-radius: 0 0 5px 5px;
|
border-radius: 0 0 5px 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
@ -183,6 +181,10 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width : 320px) {
|
@media only screen and (max-width : 320px) {
|
||||||
|
body {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
footer ul li {
|
footer ul li {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user