Browse Source

chgmt coprs titre principal, ajout d'une classe pour point d'interogation, margin pre sub title

Ouidade 4 years ago
parent
commit
d9b3125ed8
3 changed files with 18 additions and 3 deletions
  1. 2 1
      param.JSON
  2. 15 2
      src/css/styles_de_paragraphes.scss
  3. 1 0
      src/pages/Index.vue

+ 2 - 1
param.JSON

@@ -1,6 +1,7 @@
 {
   "meta": {
-    "title": "the performative metropolis?",
+    "title": "the performative metropolis<span class=end>?</span>",
+
     "subtitle": "NARRATIVES AND SCALES IN THE METROPOLITAN INSTITUTIONAL PRODUCTION OF ROUEN",
     "authors": [
       "Jean Debrie",

+ 15 - 2
src/css/styles_de_paragraphes.scss

@@ -30,7 +30,19 @@
 	font-family: "Duke POPSU";
 	font-weight: inherit;
 	font-size: 60pt;
-	line-height: 52pt;
+	line-height: 48pt;
+	margin: 0;
+
+	// padding: 0;
+	padding-left: 0.1cm;
+	padding-top: 0cm;
+}
+
+.end {
+	font-family: "Duke POPSU";
+	font-weight: inherit;
+	font-size: 50pt;
+	line-height: 48pt;
 	margin: 0;
 	padding: 0;
 }
@@ -49,6 +61,7 @@
 	text-transform: uppercase;
 	line-height: 15pt;
 	margin-top: 0;
+	margin: 3em;
 	padding-top: 0;
 	width: 250px;
 }
@@ -256,7 +269,7 @@ blockquote{
 	  box-decoration-break: clone;
 		line-height: calc(100% + 0.2cm);
 		// align-self: center;
-		top: 10%;
+		top: 8%;
 		// transform: translateY(-50%);
 	}
 

+ 1 - 0
src/pages/Index.vue

@@ -21,6 +21,7 @@
       <div class="v-center grow">
         <div class="center">
           <h1 class="main-title center highlight-white" v-html="$static.metadata.title" />
+
           </br>
           <h2 class="main-pre-title center highlight-white" v-html="$static.metadata.subtitle" />
         </div>