diff --git a/index.html b/index.html index 55e4596..4a69e10 100644 --- a/index.html +++ b/index.html @@ -7,11 +7,12 @@ -

Battleship - EECS 448 Project 1

-

Created by Lucas Brakenridge, Javier Barea Lara, Garrett Mills, Evan Powell, and Alec Horlick-Mills

-
+
+

Battleship - EECS 448 Project 1

+

Created by Lucas Brakenridge, Javier Barea Lara, Garrett Mills, Evan Powell, and Alec Horlick-Mills

+
diff --git a/src/style/components.css b/src/style/components.css index a59f13f..80c1fe5 100644 --- a/src/style/components.css +++ b/src/style/components.css @@ -1,3 +1,21 @@ +#wrapper { + height: 100%; + width: 100%; + position: fixed; + top: 0; + left: 0; + overflow: hidden; + overflow-y: scroll; + display: flex; + flex-direction: column; +} + +.top-level-container { + flex: 1; + display: flex; + flex-direction: column; +} + /* Styles for top-level component */ .top-level-component .game-boards-container { display: flex; @@ -96,6 +114,7 @@ p { align-items: center; justify-content: center; flex-direction: column; + flex: 1; } .top-level-component .instructions {