Skip to content

Commit 66fc7f7

Browse files
committed
release v2.3
1 parent 71466a1 commit 66fc7f7

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

client/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.jumbotron {
66
padding-top: 3rem !important;
7-
padding-bottom: 3rem !important;
7+
padding-bottom: 4rem !important;
88
margin-bottom: 0;
99
background-color: #fff !important;
1010
}

client/src/components/Favorite_Recipes/cont.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
#outer {
10-
font-family:Comic Sans MS, Comic Sans, cursive;
10+
font-family:Comic Sans MS, Comic Sans;
1111
width:100%;
1212
display: flex;
1313
justify-content: center;

client/src/components/LoginPage/LoginPage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.Login {
22
text-align: center;
3-
font-family:Comic Sans MS, Comic Sans, cursive;
3+
font-family:Comic Sans MS, Comic Sans;
44
font-weight: bold;
55
color: #343A40;
66
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

client/src/components/ProfilePage/cont.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
#outer {
10-
font-family:Comic Sans MS, Comic Sans, cursive;
10+
font-family:Comic Sans MS, Comic Sans;
1111
width:100%;
1212
display: flex;
1313
justify-content: center;

client/src/components/RecipePage/Recipe.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.App {
22
text-align: center;
33
display: flex;
4-
font-family:Comic Sans MS, Comic Sans, cursive;
4+
font-family:Comic Sans MS, Comic Sans;
55
font-size: medium;
66
font-weight: bold;
77
justify-content: space-evenly;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.head{
2-
font-family:Comic Sans MS, Comic Sans, cursive;
2+
font-family:Comic Sans MS, Comic Sans;
33
}

client/src/components/SignUpPage/SignUpPage.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
.SignUp {
22
text-align: center;
3-
font-family:Comic Sans MS, Comic Sans, cursive;
3+
font-family:Comic Sans MS, Comic Sans;
44
font-weight: bold;
55
color: #343A40;
6-
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
76
}
87
input{
98
position:relative;

0 commit comments

Comments
 (0)