fix CSS background color conflicts
This commit is contained in:
parent
6be94805f2
commit
723e1c0b53
|
@ -1,13 +1,12 @@
|
|||
body {
|
||||
padding-top: 60px;
|
||||
background: #fff;
|
||||
background: #FFF9FD;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width 600px;
|
||||
padding: 0 15px;
|
||||
background: #FFF9FD;
|
||||
}
|
||||
|
||||
.container .text-muted {
|
||||
|
|
Loading…
Reference in New Issue