Skip to content
Snippets Groups Projects

Fixed tags issue

Files
2
+ 43
1
/* Custom style to prevent carousel from being distorted
/* Custom style to prevent carousel from being distorted
if for some reason image doesn't load */
if for some reason image doesn't load */
.carousel-item {
.carousel-item {
min-height: 280px;
min-height: 280px;
@@ -56,6 +56,48 @@ if for some reason image doesn't load */
@@ -56,6 +56,48 @@ if for some reason image doesn't load */
}
}
 
/* Tags*/
 
ul.links.inline{
 
padding: 0px;
 
display: flex;
 
gap: 16px;
 
}
 
 
ul.links.inline li{
 
list-style-type: none;
 
}
 
 
.tags .tags-label {
 
align-items: baseline;
 
}
 
 
.tags .tags-content {
 
display: flex;
 
gap: 12px;
 
flex-wrap: wrap;
 
}
 
 
.tags .tags-content a {
 
display: inline-block;
 
}
 
 
.tags a,
 
ul.links.inline li a {
 
color: #000;
 
border: 1px solid #DADFE1;
 
font-size: 14px;
 
padding: 10px;
 
vertical-align: middle;
 
text-decoration: none;
 
margin-left: 5px;
 
}
 
 
.tags .tags-content a:hover,
 
ul.links.inline li a:hover {
 
color: #000;
 
border: 1px solid #000;
 
}
 
/* Footer */
/* Footer */
footer {
footer {
background-color: black;
background-color: black;
Loading