diff --git a/about/index.html b/about/index.html index 9859d66..3915832 100644 --- a/about/index.html +++ b/about/index.html @@ -5,6 +5,10 @@ + + + + About Innovation Club @@ -31,7 +35,7 @@ - +
+ \ No newline at end of file diff --git a/css/keepFoot.css b/css/keepFoot.css new file mode 100644 index 0000000..fad7bcf --- /dev/null +++ b/css/keepFoot.css @@ -0,0 +1,9 @@ +body { + display: flex; + min-height: 100vh; + flex-direction: column; +} + +main { + flex: 1 0 auto; +} \ No newline at end of file diff --git a/donate/index.html b/donate/index.html index f9b57a4..8c94f0c 100644 --- a/donate/index.html +++ b/donate/index.html @@ -8,7 +8,10 @@ Innovation Club donation page - + + + + @@ -32,7 +35,7 @@ - +
+ \ No newline at end of file diff --git a/index.html b/index.html index 68a5f02..ca6544e 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ + + @@ -33,7 +35,7 @@ Innovation Club - +
+ + \ No newline at end of file