fix jumbotron and blockquote

This commit is contained in:
Samuel Shifterovich
2018-10-25 21:52:07 +02:00
parent d128bd8694
commit 5d4522085a
2 changed files with 19 additions and 12 deletions

View File

@ -5,7 +5,7 @@
}
.card-bottom {
/* todo */
/* todo - make the card footer and buttons be positioned to the bottom of the card? */
}
/*.card-success, */ .card-success .card-header {
@ -20,12 +20,19 @@
border-color: rgba(255, 193, 7, 0.5) !important;
}
body {
padding-bottom: 30px;
.blockquote {
border-left: 5px solid #eee;
padding: 10px 20px;
font-size: 1.2rem;
line-height: 1.35;
}
/* body {
padding-bottom: 30px;
} */
.theme-dropdown .dropdown-menu {
position: static;
display: block;