Skip to content
Snippets Groups Projects
Commit a40e1e5f authored by Isaac Evavold's avatar Isaac Evavold
Browse files

ROENROLL-1444

parent 282501a2
No related branches found
No related tags found
No related merge requests found
@import 'assets/material-theme.scss'; @import 'assets/material-theme.scss';
.term-container { .term-container {
height: 100%; height: 400px;
display: flex;
flex-direction: column;
background-color: #eef1f3; background-color: #eef1f3;
padding: 0; padding: 0;
transition: all 0.2s ease-out; transition: all 0.2s ease-out;
...@@ -21,7 +23,7 @@ ...@@ -21,7 +23,7 @@
.course-list-wrapper { .course-list-wrapper {
position: relative; position: relative;
display: block; display: block;
height: 380px; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment