Skip to content

Commit

Permalink
Modified Tablet View of the Footer (#43)
Browse files Browse the repository at this point in the history
* added hover card effect

* aligned footer to center

* modified tablet view of the footer
  • Loading branch information
m3kvt authored May 29, 2024
1 parent cf8387a commit cea2288
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
--ifm-color-primary-lightest: #4fddbf;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}
.footer{
.footer {
text-align: center;
}

@media (min-width: 700px) {
.footer .col {
--ifm-col-width: 33%;
}
}

0 comments on commit cea2288

Please sign in to comment.