Increase full-width
- Updated width to 720px
This commit is contained in:
parent
970ddd9973
commit
68ba737465
@ -27,7 +27,7 @@ header {
|
|||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
animation: fade 1s ease-in;
|
animation: fade 1s ease-in;
|
||||||
display: flex;
|
display: none;
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -224,9 +224,11 @@ aside svg { height: 4.5rem; }
|
|||||||
|
|
||||||
/* Responsive Media Queries */
|
/* Responsive Media Queries */
|
||||||
@media screen and (min-width: 48em) {
|
@media screen and (min-width: 48em) {
|
||||||
|
header { display: flex; }
|
||||||
|
|
||||||
#traichu {
|
#traichu {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 40rem;
|
width: 45rem; /* 720px */
|
||||||
}
|
}
|
||||||
|
|
||||||
aside img,
|
aside img,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user