minor responsive layout adjustments
All checks were successful
publish / publish (push) Successful in 27s
All checks were successful
publish / publish (push) Successful in 27s
This commit is contained in:
parent
050d664e0c
commit
23051eecf0
3 changed files with 17 additions and 5 deletions
|
@ -83,6 +83,7 @@ p {
|
|||
border: 1px solid var(--color-text);
|
||||
border-radius: 0 0 30px 30px;
|
||||
box-shadow: 0 4px 0 0 var(--color-text);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
|
@ -278,7 +279,7 @@ li .dropdown-item-mobile {
|
|||
}
|
||||
|
||||
.hero-card.right-1 svg:hover,
|
||||
.hero-card.right-1 svg:active{
|
||||
.hero-card.right-1 svg:active {
|
||||
color: var(--color-link);
|
||||
}
|
||||
|
||||
|
@ -366,7 +367,7 @@ li .dropdown-item-mobile {
|
|||
.ese-section .card-body {
|
||||
font-size: 1.1rem;
|
||||
align-content: center;
|
||||
max-width: 80%;
|
||||
max-width: 90%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue