mod: исправления для v0.2.1
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m43s
All checks were successful
Build ETPGRF-site / build (push) Successful in 1m43s
This commit is contained in:
@@ -176,7 +176,7 @@ body {
|
||||
}
|
||||
|
||||
/* Футер */
|
||||
.footer {
|
||||
footer.footer {
|
||||
flex-shrink: 0;
|
||||
padding: 1rem 0;
|
||||
margin-top: 2rem;
|
||||
@@ -185,6 +185,15 @@ body {
|
||||
color: var(--bs-navbar-color);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
footer.footer a {
|
||||
color: var(--bs-primary);
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted var(--bs-primary);
|
||||
}
|
||||
footer.footer a:hover {
|
||||
border-bottom-style: solid;
|
||||
color: var(--bs-link-hover-color);
|
||||
}
|
||||
|
||||
/* === ПЕРЕОПРЕДЕЛЕНИЕ КОМПОНЕНТОВ BOOTSTRAP === */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user