Skip to content
Snippets Groups Projects
Commit 6c788769 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix typos

parent 97d58dcf
1 merge request!150Resolve "Follow up from "Several Fixes""
mat-card { mat-card {
width: 800px; width: 800px;
max-width: 900%; max-width: 90%;
background-color: #fff8e1; background-color: #fff8e1;
} }
......
mat-card { mat-card {
width: 800px; width: 800px;
max-width: 900%; max-width: 90%;
background-color: #fff8e1 !important; background-color: #fff8e1 !important;
} }
......
mat-card { mat-card {
width: 800px; width: 800px;
max-width: 900%; max-width: 90%;
min-height: 300px; min-height: 300px;
background-color: #fff8e1 !important; background-color: #fff8e1 !important;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment