Skip to content

Commit cbc4bcc

Browse files
committed
grid design modified
1 parent 4cfa01a commit cbc4bcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ body
206206
margin-bottom:60px;
207207
border-right:1px solid #29dcb2;
208208
border-bottom:1px solid #29dcb2;
209-
border-bottom-right-radius:60px;
209+
border-bottom-right-radius:40px;
210210
-webkit-transition-duration:.4s;
211211
-moz-transition-duration:.4s;
212212
-o-transition-duration:.4s;
@@ -226,7 +226,7 @@ body
226226
width:100%;
227227
padding:5px 0 5px 0;
228228
background-color:#29dcb2;
229-
border-top-left-radius:60px;
229+
border-top-left-radius: 40px;
230230
-webkit-transition-duration:.4s;
231231
-moz-transition-duration:.4s;
232232
-o-transition-duration:.4s;
@@ -251,7 +251,7 @@ body
251251
color: #333;
252252
padding:15px 15px;
253253
border-left:1px solid #29dcb2;
254-
border-bottom-right-radius:60px;
254+
border-bottom-right-radius:40px;
255255
text-align: justify;
256256
-webkit-transition-duration:.4s;
257257
-moz-transition-duration:.4s;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4>One Stop for Python Programming Resources. It's all about Python.</h4>
3939
<div class="col-md-2 col-sm-2">
4040
<div id="header-social">
4141
<a href="https://twitter.com/pythonpedia" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
42-
<a href="https://github.com/pythonpedia" target="_blank"><i class="fa fa-github fa-2x"></i></a>
42+
<a href="https://github.com/parbhat/python-pedia" target="_blank"><i class="fa fa-github fa-2x"></i></a>
4343
</div>
4444
</div>
4545
</div>

0 commit comments

Comments
 (0)