added sites
This commit is contained in:
parent
f18e59b6cb
commit
56e2fd85ff
12 changed files with 351 additions and 9 deletions
|
@ -351,6 +351,18 @@ li .dropdown-item-mobile {
|
|||
padding: 1rem 1.25rem;
|
||||
}
|
||||
|
||||
.ese-section .card-header {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.ese-section .card-body {
|
||||
font-size: 1.1rem;
|
||||
align-content: center;
|
||||
max-width: 80%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* ========================
|
||||
Button
|
||||
======================== */
|
||||
|
@ -513,6 +525,10 @@ footer {
|
|||
.hero-section {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.ese-section .card-body {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
|
|
@ -66,6 +66,10 @@
|
|||
color: var(--color-text-dark);
|
||||
}
|
||||
|
||||
#markdown .details.expanded .details-content * {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
.details-header {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -136,3 +140,11 @@
|
|||
#markdown .details.expanded .details-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#markdown .details.expanded .details-content a {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
|
||||
#markdown .details.expanded .details-content a:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue