diff --git a/public/styles/index.css b/public/styles/index.css index 67509fc..9dc3f6c 100644 --- a/public/styles/index.css +++ b/public/styles/index.css @@ -77,7 +77,7 @@ input[type="text"] { display: block; } -input[type="submit"] { +input[type="submit"], #save { font: 900 2em "Pokemon"; background: none; border: none; @@ -86,7 +86,7 @@ input[type="submit"] { letter-spacing: 0.05rem; } -.container { +.container, #save { position: fixed; width: 100%; bottom: 0; @@ -153,16 +153,19 @@ input[type="submit"] { font-weight: bold; } -.team { - display: flex; +.team-container { position: fixed; - top: 45%; + top: 40%; left: 50%; transform: translate(-50%, -50%); width: 100%; max-width: 1920px; } +.team { + display: flex; +} + .team img { width: 100%; } diff --git a/views/team.ejs b/views/team.ejs index d9d10c1..358d60b 100644 --- a/views/team.ejs +++ b/views/team.ejs @@ -5,6 +5,8 @@