mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Additional fixes about the formatting.
Additional fixes about the formatting.
This commit is contained in:
parent
ed9918a537
commit
206b1b12c5
1 changed files with 6 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
// tab.css.css
|
// tabs.css
|
||||||
//
|
//
|
||||||
// Created by Alezia Kurdis on 02/27/2020
|
// Created by Alezia Kurdis on 02/27/2020
|
||||||
// for "Project Athena"
|
// for "Project Athena"
|
||||||
|
@ -15,10 +15,7 @@ div.tabsContainer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabsContainer button {
|
.tabsContainer button {
|
||||||
//display: block;
|
|
||||||
//color: black;
|
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
//width:100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.4s;
|
transition: 0.4s;
|
||||||
|
|
Loading…
Reference in a new issue