mirror of https://bitbucket.org/ausocean/av.git
audio-player: added style
This commit is contained in:
parent
9e9ac688c3
commit
b0f87dd01e
|
@ -0,0 +1,16 @@
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
min-height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#page-content {
|
||||||
|
flex: 1 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#sticky-footer {
|
||||||
|
flex-shrink: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.jumbotron {
|
||||||
|
margin: 0;
|
||||||
|
}
|
Loading…
Reference in New Issue