Merge branch 'main' into tag-sidebar

This commit is contained in:
Emruz Hossain 2024-02-12 13:28:31 +06:00 committed by GitHub
commit ab1ff569bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 94 additions and 59 deletions

View file

@ -46,3 +46,13 @@ html[data-theme='dark'] {
.svg-inverted {
filter: invert(1);
}
.logo-holder {
height: 64px;
margin-bottom: 1em;
}
.company-logo {
max-height: 100%;
width: auto;
}

View file

@ -92,6 +92,16 @@
}
}
.company-heading {
h5 {
display: inline;
margin-right: 0.25em;
}
p {
display: inline;
}
}
@include media('<=medium') {
.container {
max-width: 100%;