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/styles/pages/_code_of_conduct.scss')
-rw-r--r--src/styles/pages/_code_of_conduct.scss38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/styles/pages/_code_of_conduct.scss b/src/styles/pages/_code_of_conduct.scss
new file mode 100644
index 0000000..8ea7c0b
--- /dev/null
+++ b/src/styles/pages/_code_of_conduct.scss
@@ -0,0 +1,38 @@
+
+.page.code-of-conduct {
+
+
+ main h1, #TableOfContents, main .content {
+ max-width: var(--theJdrSize);
+ margin: 0 auto;
+ }
+
+
+ .content {
+
+ p {
+ margin-left: var(--space-4);
+ text-align: justify;
+
+ &::first-letter {
+ margin-left: var(--space-4);
+ }
+ }
+
+ ul {
+ margin-left: 2rem;
+
+ li {
+ line-height: 1.25;
+ }
+ }
+ }
+}
+
+@include mq($until: xl) {
+ .page.code-of-conduct {
+ .content {
+ padding: 0 .5em;
+ }
+ }
+} \ No newline at end of file