Added more info in the About Tab

This commit is contained in:
RemixDev
2020-06-04 14:41:51 +02:00
parent fa1c8cc440
commit d3974d5bbe
4 changed files with 42 additions and 6 deletions

View File

@@ -187,7 +187,7 @@ span.tag {
padding: 3px 6px;
}
a:visited {
a, a:visited {
color: dodgerblue;
}

View File

@@ -0,0 +1,9 @@
#about_tab p{
margin-bottom: 8px;
}
#about_tab h3{
margin: 8px 0px;
}
#about_tab hr{
margin: 12px 0px;
}

View File

@@ -1,3 +1,4 @@
@import './about-tab.css';
@import './charts-tab.css';
@import './download-tab.css';
@import './favorites-tab.css';
@@ -39,4 +40,4 @@
.main_tablinks_text {
overflow: hidden;
white-space: nowrap;
}
}