1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-11 17:24:34 +02:00

Added to credits page

This commit is contained in:
Andrew Davis
2018-09-03 11:23:01 -05:00
parent e404ab5489
commit 5af12b3ea8
2 changed files with 10 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ a:hover {
text-decoration: underline;
color: $primary-color-dark;
}
hr {
border: 0;
height: 1px;
background-color: #EEE;
}
p {
max-width: 40em;
line-height: 1.5;