Skip to content

Commit 9eb30b5

Browse files
committed
Renamed img tag to comp-img
1 parent da21bc7 commit 9eb30b5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/LinkDotNet.Blog.Web/wwwroot/css/components.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
width: 125px;
99
}
1010

11-
img {
11+
comp-img {
1212
position: absolute;
1313
top: 0;
1414
left: 0;
@@ -47,12 +47,14 @@ img {
4747
z-index: 0;
4848
height: 200px;
4949
}
50+
5051
.blog-card .details,
5152
.blog-card .details ul {
5253
margin: auto;
5354
padding: 0;
5455
list-style: none;
5556
}
57+
5658
.blog-card .details {
5759
position: absolute;
5860
top: 0;
@@ -66,10 +68,12 @@ img {
6668
width: 100%;
6769
font-size: 0.9rem;
6870
}
71+
6972
.blog-card .details a {
7073
-webkit-text-decoration: dotted underline;
7174
text-decoration: dotted underline;
7275
}
76+
7377
.blog-card .details ul li {
7478
display: inline-block;
7579
}
@@ -107,10 +111,12 @@ img {
107111
.blog-card .description .read-more {
108112
text-align: right;
109113
}
114+
110115
.blog-card .description .read-more a {
111116
display: inline-block;
112117
position: relative;
113118
}
119+
114120
.blog-card .description .read-more a:before {
115121
font-family: 'icons';
116122
content: '\ea42';
@@ -122,6 +128,7 @@ img {
122128
transition: margin 0.3s, opacity 0.3s;
123129
vertical-align: bottom;
124130
}
131+
125132
.blog-card .description .read-more a:hover:before {
126133
margin-right: 8px;
127134
opacity: 1;
@@ -138,9 +145,11 @@ img {
138145
position: relative;
139146
margin: 1rem 0 0;
140147
}
148+
141149
.blog-card p:first-of-type {
142150
margin-top: 1.25rem;
143151
}
152+
144153
.blog-card p:first-of-type:before {
145154
content: "";
146155
position: absolute;

0 commit comments

Comments
 (0)