Skip to content

Commit 551a5ef

Browse files
committed
padding
1 parent 1492a4e commit 551a5ef

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
position: sticky;
4242
position: -webkit-sticky;
4343
top: 0;
44-
padding: 5% 15%;
44+
padding: 0px 15%;
4545
}
4646

4747
/* Style the navigation bar links */
@@ -86,15 +86,15 @@
8686
-ms-flex: 30%; /* IE10 */
8787
flex: 30%;
8888
background-color: #f1f1f1;
89-
padding: 5% 15%;
89+
padding: 20px;
9090
}
9191

9292
/* Main column */
9393
.main {
9494
-ms-flex: 70%; /* IE10 */
9595
flex: 70%;
9696
background-color: white;
97-
padding: 5% 15%;
97+
padding: 20px;
9898
}
9999

100100
/* Fake image, just for this example */
@@ -106,7 +106,7 @@
106106

107107
/* Footer */
108108
.footer {
109-
padding: 5% 15%;
109+
padding: 20px;
110110
text-align: center;
111111
background: #ddd;
112112
font-weight: 300;

research.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
position: sticky;
4242
position: -webkit-sticky;
4343
top: 0;
44-
padding: 5% 15%;
44+
padding: 0px 15%;
4545
}
4646

4747
/* Style the navigation bar links */
@@ -86,15 +86,15 @@
8686
-ms-flex: 30%; /* IE10 */
8787
flex: 30%;
8888
background-color: #f1f1f1;
89-
padding: 5% 15%;
89+
padding: 20px;
9090
}
9191

9292
/* Main column */
9393
.main {
9494
-ms-flex: 70%; /* IE10 */
9595
flex: 70%;
9696
background-color: white;
97-
padding: 5% 15%;
97+
padding: 20px;
9898
}
9999

100100
/* Fake image, just for this example */
@@ -106,7 +106,7 @@
106106

107107
/* Footer */
108108
.footer {
109-
padding: 5% 15%;
109+
padding: 20px;
110110
text-align: center;
111111
background: #ddd;
112112
font-weight: 300;

teaching.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
position: sticky;
4242
position: -webkit-sticky;
4343
top: 0;
44-
padding: 5% 15%;
44+
padding: 0px 15%;
4545
}
4646

4747
/* Style the navigation bar links */
@@ -86,15 +86,15 @@
8686
-ms-flex: 30%; /* IE10 */
8787
flex: 30%;
8888
background-color: #f1f1f1;
89-
padding: 5% 15%;
89+
padding: 20px;
9090
}
9191

9292
/* Main column */
9393
.main {
9494
-ms-flex: 70%; /* IE10 */
9595
flex: 70%;
9696
background-color: white;
97-
padding: 5% 15%;
97+
padding: 20px;
9898
}
9999

100100
/* Fake image, just for this example */
@@ -106,7 +106,7 @@
106106

107107
/* Footer */
108108
.footer {
109-
padding: 5% 15%;
109+
padding: 20px;
110110
text-align: center;
111111
background: #ddd;
112112
font-weight: 300;

0 commit comments

Comments
 (0)