a little more mobile friendly

main
Steve Ayerhart 2022-02-22 18:15:29 -05:00
parent 59a916c76e
commit 6e4e1e9500
No known key found for this signature in database
GPG Key ID: 5C815FDF3A00B8BA
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,7 @@
width: 100%; width: 100%;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap;
&:nth-child(even) { &:nth-child(even) {
flex-direction: row-reverse; flex-direction: row-reverse;
@ -23,7 +24,6 @@
&:nth-child(odd) { &:nth-child(odd) {
img { img {
box-shadow: -30px 0px 0px #f2dfce; box-shadow: -30px 0px 0px #f2dfce;
} }
} }
@ -47,6 +47,12 @@
p { p {
padding: 12px 0; padding: 12px 0;
} }
@media (max-width: 600px) {
h1,h2,p {
text-align: center;;
}
}
} }
img { img {

View File

@ -87,7 +87,6 @@ body {
.container { .container {
max-width: 900px; max-width: 900px;
min-width: 760px;
} }
} }