fixed some mobile display inconsistencies
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
3ef5a76a64
commit
efc7bdbbec
1 changed files with 3 additions and 1 deletions
|
@ -178,6 +178,7 @@ body {
|
||||||
.card-link {
|
.card-link {
|
||||||
margin-left: 0px !important;
|
margin-left: 0px !important;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
@ -241,7 +242,8 @@ blockquote {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-display {
|
.list-display,
|
||||||
|
.jumbotron {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|
Loading…
Reference in a new issue