Sfoglia il codice sorgente

:fire: removing more styles

tags/0.9.0
J 4 anni fa
parent
commit
54c3e78530

+ 1
- 1
vue-theme/src/app.vue Vedi File

@@ -61,7 +61,7 @@ html
61 61
                 /* Block Shadow Thing */
62 62
                 .shadow
63 63
                     box-shadow: rgba(0 0 0 / 15%) 0.3px 0.5px 1.5px 0.5px
64
-                    border-radius: 0.5em
64
+
65 65
                 /* Content Pieces excluding index*/
66 66
                 .post
67 67
                     /* bg for list pages */

+ 1
- 3
vue-theme/src/components/card.vue Vedi File

@@ -51,14 +51,12 @@ export default {
51 51
     img
52 52
         width: 100%
53 53
         height: auto
54
-        /* padding: $ms-0 */
55 54
     h1, h2, h3
56 55
         padding: $ms--3
57 56
         margin: 0
58 57
     h1
59 58
         font-size: $ms-1
60
-        padding: $ms--3 0
61
-        /* color: $cia_black */
59
+        padding: $ms--5 0 $ms--3 0
62 60
     p.datetime
63 61
         font-size: $ms--1
64 62
         margin: 0 0 calc($ms-0/2) 0

+ 1
- 1
vue-theme/src/sss/_typography.sss Vedi File

@@ -45,7 +45,7 @@ p
45 45
 h1
46 46
     font-size: $ms-4
47 47
     margin-top: $ms--3
48
-    margin-bottom: $ms--3   
48
+    margin-bottom: $ms--3
49 49
 
50 50
 h2
51 51
     font-size: $ms-3

Loading…
Annulla
Salva