Skip to content

Commit 1d05751

Browse files
committed
Change padding
1 parent 217bb03 commit 1d05751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ section .content{
147147
overflow-y : auto;
148148
-webkit-overflow-scrolling: touch;
149149
text-align:left;
150-
padding: 0px 20px;
151150
}
152151

153152
section > h1 {
@@ -351,7 +350,7 @@ hr {
351350

352351
@media all and (max-width: 670px){
353352
nav > ul > li {
354-
padding : 0 15px;
353+
padding : 0 15px;
355354
}
356355
.navContainer span {
357356
display:none;

0 commit comments

Comments
 (0)