minor styling
This commit is contained in:
parent
1cfa22e47b
commit
e7abaf5fac
4 changed files with 255 additions and 244 deletions
|
|
@ -35,9 +35,10 @@ body, button {
|
|||
}
|
||||
|
||||
.footer {
|
||||
margin: 0 auto 10px auto;
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#hue-controls {
|
||||
max-width: 1200px;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
md-progress-circular {
|
||||
position: absolute;
|
||||
|
|
@ -39,8 +38,10 @@
|
|||
}
|
||||
|
||||
#navigation {
|
||||
max-width: 800px;
|
||||
padding: 15px 0;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.navigation-item {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
.light-group {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
.tooltip.top {
|
||||
|
|
|
|||
492
web/yarn.lock
492
web/yarn.lock
File diff suppressed because it is too large
Load diff
Reference in a new issue