Jelajahi Sumber

fleche totop

ouidade 3 tahun lalu
induk
melakukan
3432d1df4c

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

@@ -1247,7 +1247,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
       line-height: 2,5rem;
       background: #fff;
       width: 4rem;
-      height: 2rem;
+      height: 6rem;
       border-radius: 3px;
       display: inline-block;
       text-align: top; }
@@ -1511,6 +1511,8 @@ h1 {
 
 .event #new-footer {
   border-top: solid 5px #d9d9d9; }
+  .event #new-footer span {
+    height: 2rem; }
 
 .modular.header-image #header {
   background-color: rgba(255, 255, 255, 0);

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

@@ -674,7 +674,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
       line-height: 2,5rem;
       background: #fff;
       width: 4rem;
-      height: 2rem;
+      height: 6rem;
       border-radius: $border-radius;
       display: inline-block;
       text-align: top;
@@ -1064,4 +1064,8 @@ h1{
 
 .event #new-footer{
   border-top:solid 5px #d9d9d9;
+  span {
+    height: 2rem;
+  
+  }
 }