Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorRobert Austin <rob@jugglerdigital.com>2021-03-09 04:10:26 +0300
committerRobert Austin <rob@jugglerdigital.com>2021-03-09 04:10:26 +0300
commitee96086699aa6a2a8fb18810121f4db7368cf5dc (patch)
tree4db024702bcb5301c5438e8d2aec5804d2166428 /assets
parent186c30af3bc9579d5a1863808c79a291e18081a7 (diff)
general tidy up, testing, all good
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/components/_logo.scss19
1 files changed, 6 insertions, 13 deletions
diff --git a/assets/scss/components/_logo.scss b/assets/scss/components/_logo.scss
index ab830f0..7280cf3 100644
--- a/assets/scss/components/_logo.scss
+++ b/assets/scss/components/_logo.scss
@@ -3,29 +3,22 @@
@include media-breakpoint-up(sm) {
display: block;
}
- img {
- max-width: unset;
- }
a {
display: block;
- width: 100%;
- height: 100%;
+ }
+ img {
+ width: auto;
}
}
.logo-mobile {
display: block;
- width: 40px;
- padding: 10px 0 10px 0;
@include media-breakpoint-up(sm) {
display: none;
}
- img {
- width: 100%;
- height: auto;
- }
a {
display: block;
- width: 100%;
- height: 100%;
+ }
+ img {
+ width: auto;
}
}