We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f62bf commit e010fb8Copy full SHA for e010fb8
web/pages/posts/[slug].js
@@ -8,6 +8,7 @@ import Layout from '../../components/Layout'
8
import PostImg from '../../components/PostImg'
9
import themes from '../../colorsAndThemes'
10
import matchExtLinkMarkDef from '../../utils/matchExtLinkMarkDef'
11
+// import img from '/img.svg'
12
13
const MainContent = styled.div`
14
margin-top: 1.5em;
@@ -104,6 +105,9 @@ const UL = styled.ul`
104
105
const InfoIcon = styled.img`
106
float: left;
107
margin: 0 15px 0 0;
108
+ border-radius: 50%;
109
+ background-color: ${({ theme }) => theme.secondaryColor};;
110
+ /* box-shadow: 0 0 15px white; */
111
@media screen and (max-width: 600px) {
112
margin: 0 5px 0 0;
113
}
web/public/lightingbolt.svg
web/public/lightningboltincircle.svg
0 commit comments