Populate about page

This commit is contained in:
2021-03-16 16:57:15 +01:00
parent abed0b7513
commit 5c9d56208c
6 changed files with 91 additions and 19 deletions

View File

@ -2,4 +2,8 @@
* About group page
*
* @author Pierre Hubert
*/
*/
.about-group-page {
}

View File

@ -21,5 +21,5 @@
.group-page.tabs-container .nav-tabs-custom > .nav-tabs > li.active {
border-bottom: 3px solid transparent;
border-top: none;
border-top: 3px solid transparent;
}