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:
Diffstat (limited to 'src/style/pages/_kids.scss')
-rw-r--r--src/style/pages/_kids.scss108
1 files changed, 0 insertions, 108 deletions
diff --git a/src/style/pages/_kids.scss b/src/style/pages/_kids.scss
deleted file mode 100644
index c130f0b..0000000
--- a/src/style/pages/_kids.scss
+++ /dev/null
@@ -1,108 +0,0 @@
-main > .kids {
- .hero {
- position: relative;
- .img {
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center center;
-
- text-shadow: 1px 0 0 var(--lighten-3);
- min-height: 45vmin;
- }
-
- h1 {
- position: absolute;
- bottom: 0;
- max-width: var(--theJdrSize);
- margin: 0 auto;
- color: var(--primary-txt);
- padding-left: 0;
- padding-right: 0;
- margin: 0;
- font-size: 3rem;
- small {
- display: block;
- font-size: 0.6em;
- }
- @include mq($until: md) {
- font-size: 2rem;
- }
- @include mq($until: sm) {
- font-size: 1.5rem;
- }
- }
- }
-
- .img-container {
- display: flex;
- flex-direction: row;
- @include mq($until: md) {
- flex-direction: column;
- align-items: center;
- }
- img {
- margin: 10px;
- }
- }
-
- h1,
- .content {
- max-width: var(--theJdrSize);
- margin: 0 auto;
- }
-
- .content {
- padding-left: 0;
- padding-right: 0;
-
- @include mq($until: md) {
- margin: 1rem;
- }
-
- img {
- max-width: 100%;
- }
-
- .centered-img {
- text-align: center;
- margin: var(--space-3) 0;
- }
-
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: var(--primary);
- font-style: normal;
- font-weight: 400;
- }
-
- h2,
- h3 {
- margin-top: 1.25rem; // 10px
- margin-bottom: 0.625rem; // 10px
- }
-
- h4,
- h5,
- h6 {
- margin-top: 0.625rem; // 10px
- margin-bottom: 0.625rem; // 10px
- }
-
- p {
- text-align: justify;
- margin-bottom: 1.5rem;
- line-height: 1.7rem;
- }
-
- ul {
- margin-left: 1rem;
-
- li {
- line-height: 1.7rem;
- }
- }
- }
-}