mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-23 03:41:03 +00:00
fix jumbotron and blockquote
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user