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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2021-01-18 06:43:36 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2021-01-18 06:43:36 +0300
commit9640df0dacba7f20516454b9c00ba2deefbc0387 (patch)
tree6d20d89233edaa984269018c3bd58e2fa44be0c9
parentae5ffa728e257a035ebaf04a964f829f58e2c46f (diff)
adds default img styles for markdown based image renders
-rw-r--r--assets/sass/override.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/assets/sass/override.scss b/assets/sass/override.scss
index 7dc4d99..8538ccb 100644
--- a/assets/sass/override.scss
+++ b/assets/sass/override.scss
@@ -26,6 +26,8 @@ $fa-font-path: "../webfonts";
height: 120px;
border: solid 5px white;
box-shadow: 0px 10px 7px -10px rgba(0,0,0,0.6);
+ border-radius: 0.20rem;
+ padding: 0px;
}
#nav-links {
@@ -80,7 +82,10 @@ header {
}
img {
- border-radius: 0.20rem;
+ max-width: 100%;
+ height: auto;
+ vertical-align: middle;
+ border-radius: .2rem;
}
h4 {