Skip to content

Commit 94158e5

Browse files
committed
added more codes
1 parent 8a5d26f commit 94158e5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

recipe-page-main/styles.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,15 @@ font-size: 1.3rem;
131131
font-weight: 600;
132132
}
133133

134+
.Nutrition{
135+
padding-bottom: 1.2rem;
136+
}
134137
.Nutrition h5{
135138
font-size: 1.3rem;
136139
}
137140

138141
.Nutrition p{
139-
margin:1rem 0;
142+
margin: 1rem 0;
140143
}
141144

142145
table {
@@ -158,6 +161,10 @@ table td:nth-of-type(2) {
158161
font-weight: 700;
159162
}
160163

164+
table tr:last-of-type td {
165+
border-bottom: none;
166+
}
167+
161168
table tr {
162169
cursor: pointer;
163170
transition: background-color 0.3s ease;

0 commit comments

Comments
 (0)