We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5d26f commit 94158e5Copy full SHA for 94158e5
recipe-page-main/styles.css
@@ -131,12 +131,15 @@ font-size: 1.3rem;
131
font-weight: 600;
132
}
133
134
+.Nutrition{
135
+ padding-bottom: 1.2rem;
136
+}
137
.Nutrition h5{
138
font-size: 1.3rem;
139
140
141
.Nutrition p{
- margin:1rem 0;
142
+ margin: 1rem 0;
143
144
145
table {
@@ -158,6 +161,10 @@ table td:nth-of-type(2) {
158
161
font-weight: 700;
159
162
160
163
164
+table tr:last-of-type td {
165
+ border-bottom: none;
166
167
+
168
table tr {
169
cursor: pointer;
170
transition: background-color 0.3s ease;
0 commit comments