mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-09 21:35:07 +08:00
Merge pull request #42 from Seven-Steven/master
vertically centered the icon and comment
This commit is contained in:
@@ -31,9 +31,15 @@
|
|||||||
display: block;
|
display: block;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
.xe-comment {
|
||||||
|
transform: translateY(-50%);
|
||||||
|
position: absolute;
|
||||||
|
margin-left: 50px;
|
||||||
|
top: 50%;
|
||||||
|
}
|
||||||
.xe-comment p {
|
.xe-comment p {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
.overflowClip_1 {
|
.overflowClip_1 {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -55,3 +61,7 @@
|
|||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.img-circle {
|
||||||
|
padding: 7px 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user