diff options
Diffstat (limited to 'src/components/home/ContactSection.sass')
| -rw-r--r-- | src/components/home/ContactSection.sass | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/home/ContactSection.sass b/src/components/home/ContactSection.sass new file mode 100644 index 00000000..c292526c --- /dev/null +++ b/src/components/home/ContactSection.sass @@ -0,0 +1,15 @@ +.contact-section + background-color: #444 + color: #ddd + + a + color: #ddd + + a:hover + color: #fff + + .tudelft-icon + height: 100px + + .fa + margin-right: 10px |
