Skip to content

Commit 6614151

Browse files
committed
Application grid header style changed
1 parent cc06433 commit 6614151

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css/main.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ p
227227
margin-left: 40px;
228228
margin-right: 40px;
229229
margin-bottom: 60px;
230-
border-right: 1px solid #29dcb2;
231230
border-bottom:1px solid #29dcb2;
232-
border-top-left-radius: 40px;
231+
border-top-left-radius: 20px;
232+
border-top-right-radius: 20px;
233233
border-bottom-right-radius:40px;
234234
-webkit-transition-duration:.4s;
235235
-moz-transition-duration:.4s;
@@ -250,7 +250,8 @@ p
250250
width:100%;
251251
padding:5px 0 5px 0;
252252
background-color:#29dcb2;
253-
border-top-left-radius: 40px;
253+
border-top-left-radius: 20px;
254+
border-top-right-radius: 20px;
254255
-webkit-transition-duration:.4s;
255256
-moz-transition-duration:.4s;
256257
-o-transition-duration:.4s;
@@ -281,6 +282,7 @@ p
281282
color: #333;
282283
padding:15px 15px;
283284
border-left:1px solid #29dcb2;
285+
border-right: 1px solid #29dcb2;
284286
border-bottom-right-radius:40px;
285287
text-align: justify;
286288
-webkit-transition-duration:.4s;

0 commit comments

Comments
 (0)