This commit is contained in:
parent
32d247d013
commit
c89c311bcb
3 changed files with 8 additions and 4 deletions
|
@ -7,7 +7,7 @@ const greetings = [
|
|||
'How are you?',
|
||||
'What\'s up?',
|
||||
'Hello!',
|
||||
'You\'re looking great today!',
|
||||
'You\'re looking great!',
|
||||
'Good day mate!',
|
||||
'Hello friend!',
|
||||
'Howdy!',
|
||||
|
|
|
@ -4,7 +4,7 @@ body {
|
|||
}
|
||||
|
||||
.jumbotron {
|
||||
background-color: #34373a;
|
||||
background-color: #404142;
|
||||
}
|
||||
|
||||
.list-display {
|
||||
|
@ -20,7 +20,7 @@ body {
|
|||
}
|
||||
|
||||
.footer {
|
||||
background-color: #404142;
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
|
@ -33,8 +33,12 @@ body {
|
|||
}
|
||||
|
||||
.jumbotron {
|
||||
width: 85%;
|
||||
margin-bottom: 0;
|
||||
margin-top: 40px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.project-image {
|
||||
|
@ -128,7 +132,7 @@ body {
|
|||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f8f9fa;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue