Skip to content

Commit 4569e8b

Browse files
committed
100
1 parent 2d97931 commit 4569e8b

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99
- General information display on the splash page
1010
- A poject page template
11+
- Updated custom css [100]
12+
13+
### Changed
14+
- `projects-page.php` to `project-page.php` [100]
1115

1216
 
1317
## [1.2.2] - 2018-JAN-06

tea-coffee-core/assets/css/custom.css

+13
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,17 @@
77
padding: .5rem;
88
margin: 0;
99
border-radius: 0;
10+
}
11+
article {
12+
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
13+
}
14+
body {
15+
background: #f5f5f5;
16+
}
17+
.news-page-content-section {
18+
top: -50px;
19+
}
20+
.page-content ul li {
21+
list-style: inside;
22+
display: list-item;
1023
}
File renamed without changes.

0 commit comments

Comments
 (0)