mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
small changes to logo in mobile view
This commit is contained in:
parent
8e880e5e2e
commit
b50e847952
@ -0,0 +1,2 @@
|
||||
#probability #bayesTheorem #setTheory
|
||||
|
||||
@ -27,9 +27,28 @@ LogoLink.css = `
|
||||
|
||||
.logo-link img {
|
||||
height: 1.00rem;
|
||||
object-fit: scale-down;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Mobile styles - match hamburger menu height */
|
||||
@media (max-width: 1200px) {
|
||||
.logo-link {
|
||||
padding: 5px;
|
||||
margin-bottom: 0;
|
||||
height: 34px;
|
||||
width: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.logo-link img {
|
||||
height: 0.75rem;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
export default (() => LogoLink) satisfies QuartzComponentConstructor
|
||||
Loading…
Reference in New Issue
Block a user