some visual consistency changes
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2020-11-28 00:15:51 +01:00
parent 32d247d013
commit c89c311bcb
3 changed files with 8 additions and 4 deletions

View File

@ -7,7 +7,7 @@ const greetings = [
'How are you?', 'How are you?',
'What\'s up?', 'What\'s up?',
'Hello!', 'Hello!',
'You\'re looking great today!', 'You\'re looking great!',
'Good day mate!', 'Good day mate!',
'Hello friend!', 'Hello friend!',
'Howdy!', 'Howdy!',

View File

@ -4,7 +4,7 @@ body {
} }
.jumbotron { .jumbotron {
background-color: #34373a; background-color: #404142;
} }
.list-display { .list-display {
@ -20,7 +20,7 @@ body {
} }
.footer { .footer {
background-color: #404142; background-color: #343a40;
} }
.modal-header { .modal-header {

View File

@ -33,8 +33,12 @@ body {
} }
.jumbotron { .jumbotron {
width: 85%;
margin-bottom: 0; margin-bottom: 0;
margin-top: 40px; margin-top: 40px;
margin-left: auto;
margin-right: auto;
background-color: white;
} }
.project-image { .project-image {
@ -128,7 +132,7 @@ body {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: #f5f5f5; background-color: #f8f9fa;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
overflow: auto; overflow: auto;