diff --git a/epicyon-profile.css b/epicyon-profile.css
index 651df71d..53bbc1d5 100644
--- a/epicyon-profile.css
+++ b/epicyon-profile.css
@@ -2294,6 +2294,8 @@ div.container {
margin: 40px 80px;
}
.columnIcons img {
+ width: 10%;
float: right;
+ margin-right: 1vw;
}
}
diff --git a/webinterface.py b/webinterface.py
index 97439419..8d5d02c9 100644
--- a/webinterface.py
+++ b/webinterface.py
@@ -5894,7 +5894,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
htmlStr += '
\n'
if rssIconAtTop and not showHeaderImage:
- htmlStr += ''
+ htmlStr += '
'
# show the newswire lines
newswireContentStr = \