Complete incidents functionality #97
1 changed files with 7 additions and 1 deletions
|
@ -3,11 +3,16 @@
|
|||
padding: 50px 50px 50px 50px;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
width: 50%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
@media not screen and (max-width: 768px) {
|
||||
.incident {
|
||||
width: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
.inc-heading {
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
|
@ -20,6 +25,7 @@
|
|||
|
||||
.field {
|
||||
flex: 1 1;
|
||||
width: 5rem;
|
||||
}
|
||||
|
||||
.field-label {
|
||||
|
|
Loading…
Add table
Reference in a new issue