From af350c54fbfd514e15172967f92e989c603e234e Mon Sep 17 00:00:00 2001 From: RogeredBacon Date: Fri, 21 Jul 2017 12:34:16 +0100 Subject: [PATCH] Fixed some CSS errors mostly #72 --- public/index.html | 4 +--- public/style.css | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 3e4e01c..b23ae8d 100644 --- a/public/index.html +++ b/public/index.html @@ -32,14 +32,12 @@

Search for your Pokemon!

Legendary Pokemon Ho-Oh enjoying a relaxing summer jaunt. -
-
Ash with pokeball -
+ diff --git a/public/style.css b/public/style.css index 1f86141..9c9cc9a 100644 --- a/public/style.css +++ b/public/style.css @@ -40,6 +40,7 @@ button{ } .ash{ + flex: 1; float: left; flex-wrap: nowrap; transform: scale(1.25, 1.25); @@ -57,11 +58,13 @@ width: 25%; } .pokeImage{ flex-wrap: nowrap; + flex: 3; height:400px; margin-left: 206px; margin-top: 200px; width:30%; height: 30%; +z-index: 5; } @keyframes bob {