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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-01-17 21:20:25 +0300
committerAsur <asur@asurbernardo.com>2020-01-17 21:20:25 +0300
commit00b865877c74df7651910be391251e8b089963b6 (patch)
tree46858a0a0110a93eca617abd1187296889e846df
parent9488d73a8aa41346d0ed68d1b5ed7997b0e84bd3 (diff)
Make summary title full width
-rw-r--r--assets/theme.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index f98dd45..c016cd8 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -301,7 +301,6 @@ blockquote {
}
&__container {
position: relative;
- width: 100%;
margin-bottom: 5em;
}
&__title {
@@ -310,6 +309,7 @@ blockquote {
margin: .5em;
padding: .5em;
z-index: 1;
+ width: 100%;
background-color: white;
border: 1px solid #333;
text-align: center;