Increase full-width

- Updated width to 720px
This commit is contained in:
Tressley Cahill 2022-11-03 08:46:22 -04:00
parent 970ddd9973
commit 68ba737465

View File

@ -27,7 +27,7 @@ header {
align-content: flex-start;
align-items: flex-start;
animation: fade 1s ease-in;
display: flex;
display: none;
flex: 0 1 auto;
flex-direction: row;
justify-content: center;
@ -224,9 +224,11 @@ aside svg { height: 4.5rem; }
/* Responsive Media Queries */
@media screen and (min-width: 48em) {
header { display: flex; }
#traichu {
padding: 0;
width: 40rem;
width: 45rem; /* 720px */
}
aside img,