diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 8c90b11..e0cbcc7 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -80,8 +80,31 @@ main { display: none; } -.smallimg { - width: 25%; +.grid { + display: inline-grid; + columns: 2; +} + +.griditem { + margin: 10px; +} + +@media screen and (min-width: 1000px) { + .top { + grid-row: 1; + } + + .bottom { + grid-row: 2; + } + + .left { + grid-column: 1; + } + + .right { + grid-column: 2; + } } @media screen and (max-width: 1000px) { diff --git a/docs/projects/index.html b/docs/projects/index.html index 244759c..0792f42 100644 --- a/docs/projects/index.html +++ b/docs/projects/index.html @@ -27,26 +27,28 @@

Projects

-
-

Feeding the Hungry

- +
+
+

Feeding the Hungry

+ +

At our food bank in Nashville, TN, our goal is to feed as many people as we possibly can in a day. We have long lines coming towards the window and the benches outside are always filled, rain or shine.

+
+
+

Financial Aid

+ +

If you contact us and tell us about your situation and how much you need, we can help you with financial aid. We may request extra information if your request looks suspicious.

+
+
+

Orphanage

+ +

Our orphanage takes care of over 100 kids, with most finding homes within 4 years. We are planning on offering sponsorships soon. We school all of our kids that are of age using the A.C.E. curriculum.

+
+
+

Homeless Shelter

+ +

Our homeless shelter aims to help any person no matter what age if they have nowhere to go. Our homeless shelter is located in Wisconsin Rapids, WI.

+
-

At our food bank in Nashville, TN, our goal is to feed as many people as we possibly can in a day. We have long lines coming towards the window and the benches outside are always filled, rain or shine.

-
-

Financial Aid

- -
-

If you contact us and tell us about your situation and how much you need, we can help you with financial aid. We may request extra information if your request looks suspicious.

-
-

Orphanage

- -
-

Our orphanage takes care of over 100 kids, with most finding homes within 4 years. We are planning on offering sponsorships soon. We school all of our kids that are of age using the A.C.E. curriculum.

-
-

Homeless Shelter

- -
-

Our homeless shelter aims to help any person no matter what age if they have nowhere to go. Our homeless shelter is located in Wisconsin Rapids, WI.