Added more info in the About Tab
This commit is contained in:
@@ -187,7 +187,7 @@ span.tag {
|
||||
padding: 3px 6px;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
a, a:visited {
|
||||
color: dodgerblue;
|
||||
}
|
||||
|
||||
|
||||
9
public/css/modules/tabs/about-tab.css
Normal file
9
public/css/modules/tabs/about-tab.css
Normal file
@@ -0,0 +1,9 @@
|
||||
#about_tab p{
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
#about_tab h3{
|
||||
margin: 8px 0px;
|
||||
}
|
||||
#about_tab hr{
|
||||
margin: 12px 0px;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user