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

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Laborie <igor@monkeypatch.io>2020-02-11 14:07:48 +0300
committerIgor Laborie <igor@monkeypatch.io>2020-02-11 14:15:39 +0300
commit73758721fb4463b443138ce280cb95e83203b3e9 (patch)
treea457e2de3587c62dcba063ade3d964c8d368075b
parent1fbcda302dc578a69c635366e9ff1c7aace03786 (diff)
Center jumbo image
-rw-r--r--src/styles/partials/_jumbo.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/partials/_jumbo.scss b/src/styles/partials/_jumbo.scss
index 4cfd429..8d23b44 100644
--- a/src/styles/partials/_jumbo.scss
+++ b/src/styles/partials/_jumbo.scss
@@ -7,6 +7,10 @@
justify-content: center;
align-items: center;
+ .inner-wrapper {
+ text-align: center;
+ }
+
.jumbo-logo {
max-width: 100%;
width: var(--jumbo-logo-width, 400px);