-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
.jumbotron
appears 2 times:
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef; /* wrong here */
border-radius: .3rem;
padding:70px 30px 70px 30px;
margin:0px auto;
background: #9575CD ;
color:floralwhite;
which the 1st background-color
overwrites the 2nd one and is wrong color value.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working