File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/LinkDotNet.Blog.Web/wwwroot/css Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
width : 125px ;
9
9
}
10
10
11
- img {
11
+ comp- img {
12
12
position : absolute;
13
13
top : 0 ;
14
14
left : 0 ;
@@ -47,12 +47,14 @@ img {
47
47
z-index : 0 ;
48
48
height : 200px ;
49
49
}
50
+
50
51
.blog-card .details ,
51
52
.blog-card .details ul {
52
53
margin : auto;
53
54
padding : 0 ;
54
55
list-style : none;
55
56
}
57
+
56
58
.blog-card .details {
57
59
position : absolute;
58
60
top : 0 ;
@@ -66,10 +68,12 @@ img {
66
68
width : 100% ;
67
69
font-size : 0.9rem ;
68
70
}
71
+
69
72
.blog-card .details a {
70
73
-webkit-text-decoration : dotted underline;
71
74
text-decoration : dotted underline;
72
75
}
76
+
73
77
.blog-card .details ul li {
74
78
display : inline-block;
75
79
}
@@ -107,10 +111,12 @@ img {
107
111
.blog-card .description .read-more {
108
112
text-align : right;
109
113
}
114
+
110
115
.blog-card .description .read-more a {
111
116
display : inline-block;
112
117
position : relative;
113
118
}
119
+
114
120
.blog-card .description .read-more a : before {
115
121
font-family : 'icons' ;
116
122
content : '\ea42' ;
@@ -122,6 +128,7 @@ img {
122
128
transition : margin 0.3s , opacity 0.3s ;
123
129
vertical-align : bottom;
124
130
}
131
+
125
132
.blog-card .description .read-more a : hover : before {
126
133
margin-right : 8px ;
127
134
opacity : 1 ;
@@ -138,9 +145,11 @@ img {
138
145
position : relative;
139
146
margin : 1rem 0 0 ;
140
147
}
148
+
141
149
.blog-card p : first-of-type {
142
150
margin-top : 1.25rem ;
143
151
}
152
+
144
153
.blog-card p : first-of-type : before {
145
154
content : "" ;
146
155
position : absolute;
You can’t perform that action at this time.
0 commit comments