diff --git a/galaxyui/src/app/home/home.component.html b/galaxyui/src/app/home/home.component.html
index ffe0b6c1b..4993a5083 100644
--- a/galaxyui/src/app/home/home.component.html
+++ b/galaxyui/src/app/home/home.component.html
@@ -5,7 +5,7 @@
-
+
diff --git a/galaxyui/src/app/home/home.component.less b/galaxyui/src/app/home/home.component.less
index fa98c18fb..2b7f7dd08 100644
--- a/galaxyui/src/app/home/home.component.less
+++ b/galaxyui/src/app/home/home.component.less
@@ -7,7 +7,10 @@
transition: 1s ease;
margin-top: 40px;
- a, a:visited, a:hover, a:active {
+ a,
+ a:visited,
+ a:hover,
+ a:active {
text-decoration: none;
color: #363636;
}
@@ -30,13 +33,8 @@
}
}
.featured-blog {
- .featured-icon {
- width: 15%;
- }
+ .featured-icon,
.featured-text {
- width: 80%;
- }
- .featured-icon, .featured-text {
display: inline-block;
vertical-align: middle;
}