Skip to content

Commit

Permalink
styling changes roster
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiarba committed Apr 2, 2021
1 parent ffc8089 commit d34edf5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions client/src/stylesheets/Roster.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import url('https://fonts.googleapis.com/css?family=Lato');

html,
body {
background-color: #e6f4fc;
}
Expand All @@ -18,6 +19,7 @@ body {
}

.containerGrid {
max-width: calc(100vw - 200px);
background-color: #e6f4fc;
display: grid;
grid-template-columns: repeat(4, 1fr);
Expand Down Expand Up @@ -77,11 +79,15 @@ img {

.ant-card-cover {
display: block;
width: 50%;
width: 40%;
align-content: center;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-top: 40px;
}

.ant-card-body p {
overflow-wrap: anywhere;
}

.error {
Expand Down

0 comments on commit d34edf5

Please sign in to comment.