fix: design of technical documentation (#4231)

fixes design
This commit is contained in:
Shreerang Patil
2024-02-29 15:29:14 +05:30
committed by GitHub
parent 9ca3dbeb70
commit f34a430b23
2 changed files with 7 additions and 3 deletions

View File

@ -3,10 +3,11 @@
--ifm-link-hover-color: var(--ifm-color-emphasis-700);
--ifm-link-hover-decoration: none;
box-shadow: 0 1.5px 3px 0 rgb(0 0 0 / 15%);
border: 1px solid var(--ifm-color-emphasis-200);
transition: all var(--ifm-transition-fast) ease;
transition-property: border, box-shadow;
}
.cardContainer:hover {
@ -15,7 +16,8 @@
}
.cardContainer *:last-child {
margin-bottom: 0;
margin-bottom: 0px;
}
.cardTitle {