mirror of
https://github.com/adoyle0/thaw.git
synced 2025-02-02 08:34:15 -05:00
10 lines
179 B
CSS
10 lines
179 B
CSS
|
.melt-tabbar {
|
||
|
background-color: #fff;
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
height: 50px;
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
}
|