Browse Source

font-size presentation event

ouidade 3 years ago
parent
commit
24f7e3c3f0

+ 5 - 1
user/themes/epau-antimatter/css-compiled/template.css

@@ -1408,7 +1408,11 @@ h1 {
       width: 80%;
       padding-left: 1rem;
       padding-right: 1rem;
-      padding-top: 1rem; } }
+      padding-top: 1rem; }
+      .presentation-event p {
+        font-size: 1.1rem; }
+      .presentation-event ul {
+        font-size: 1.1rem; } }
 
 .intervenant {
   background-color: #d9d9d9;

+ 6 - 1
user/themes/epau-antimatter/scss/template/_custom.scss

@@ -899,7 +899,12 @@ h1{
       padding-left: 1rem;
       padding-right: 1rem;
       padding-top: 1rem;
-
+      p {
+        font-size: 1.1rem;
+      }
+      ul{
+        font-size: 1.1rem;
+      }
   }
 }