diff --git a/client/styles/main.scss b/client/styles/main.scss index 180b49a..6719557 100644 --- a/client/styles/main.scss +++ b/client/styles/main.scss @@ -286,4 +286,34 @@ nav { margin-top: 8px; position: fixed; width:250px; +} + +.bordered-image { + border: 3px solid black; + width: 25%; + height: 25%; +} + +.matchmaker-container { + display: flex; + flex-direction: column; +} + + +.matchmakerEventAndChat-container { + display: flex; + justify-content: space-evenly; +} + +#chatbar { + border: black solid 1px; + width: 300px; +} + +.messagelist { + border: black solid 1px; + height: 300px; + width: 300px; + overflow: auto; + word-wrap: normal; } \ No newline at end of file