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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/assets/stylesheets/stylesheet.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 1df69794..eaae0e55 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 37
+version: 38
---
@import "variables";
@@ -321,9 +321,9 @@ li {
img {
max-width: calc(100% - 10px);
max-height: 100vh;
- border: 2px solid $border-color;
- padding: 5px;
- margin: 5px;
+ box-shadow: 0 4px 18px 0 rgba($color-dark, .1), 0 6px 20px 0 rgba($color-dark, .09);
+ margin-bottom: 20px;
+ margin-top: 20px;
}
footer {