Skip to content
Snippets Groups Projects
Commit 5641e522 authored by pnogal's avatar pnogal
Browse files

Add minor mobile styles

parent edbb1c62
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<mat-dialog-content id="course-details-content" class="mat-typography dialog-with-toolbar ">
<div fxLayout="row">
<div fxLayout="row" fxFlex="100" fxLayoutGap="10px" class="course-details-header">
<div fxLayout="row" fxLayout.lt-md="column" fxFlex="100" fxLayoutGap="10px" class="course-details-header">
<div fxFlex="50" class="course-detail-title" fxLayoutAlign="start center">
<h3>{{ courseDetails.fullCourseDesignation | titlecase }}<span class="course-detail-subtitle">{{ courseDetails.title }}</span></h3>
</div>
......
......@@ -150,3 +150,12 @@ body {
min-height: 60px;
}
}
// Media queries
@media screen and (max-width: 800px) {
.mat-dialog-container {
min-width: 100%;
}
}
\ No newline at end of file
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