Skip to content

Commit 5ced00b

Browse files
committed
Even more styling
1 parent 5988ac5 commit 5ced00b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_sass/_layout.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253

254254
h2 {
255255
font-size: 32px;
256+
margin-top: 30px;
256257

257258
@include media-query($on-laptop) {
258259
font-size: 28px;
@@ -261,6 +262,7 @@
261262

262263
h3 {
263264
font-size: 26px;
265+
margin-top: 25px;
264266

265267
@include media-query($on-laptop) {
266268
font-size: 22px;
@@ -287,7 +289,7 @@
287289
table tbody td {
288290

289291
}
290-
table tr:nth-child(odd) {
292+
table tr:nth-child(even) {
291293
background: #F3F3F3;
292294
}
293295
table thead {

about.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ the community, using the object-oriented capabilities of the Oracle database to
2929

3030
This had significant impact on the syntax and the way the framework can be used.
3131

32-
---
3332

3433
## Contributors
3534

@@ -63,7 +62,6 @@ Many thanks to [all the contributors](https://github.com/utPLSQL/utPLSQL/graphs/
6362
| Patrick Barel |
6463
| Paul Walker |
6564

66-
---
6765

6866
## Supporters
6967

0 commit comments

Comments
 (0)