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

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-04-03 04:05:27 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-03 04:05:27 +0300
commit552c8bf158a99157cdfb2d18971a7b822b6136de (patch)
tree39f9d86872b35998d42382daeef632c652e40c6a /assets
parent686e8e99e9046917623c215ef3558dce7a10f1c9 (diff)
More mobile-friendly nav buttons
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/cayman.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/scss/cayman.scss b/assets/scss/cayman.scss
index c03ef67..bb3041c 100644
--- a/assets/scss/cayman.scss
+++ b/assets/scss/cayman.scss
@@ -94,15 +94,8 @@ a {
}
@include small {
- display: block;
- width: 100%;
padding: 0.75rem;
font-size: 0.9rem;
-
- + .btn {
- margin-top: 1rem;
- margin-left: 0;
- }
}
}