some features and fixes (#569)
### Prerequisites
- [x] This pull request adds a feature.
- [x] This pull request fixes certain issues.
### Description
- Some very minor changes in css
- Removed prefetch-src CSP since its deprecated and unsupported by any
browser
- Added support for "mailto:" e.g. 'Contact me' menu links.
e.g.:

- Lowered text size of footer on mobile devices.
e.g. before and after:

### Issues Resolved
- Defined avatar width and height so content doesn't 'jump' during
page/image loading.
- Added pagination li padding for more easily 'clickable' pagination
links on mobile devices and some other minor changes.
e.g. before and after:

- Increased size of avatar on mobile devices so it does not look so
small.
e.g. before and after:

### Checklist
#### General
- [x] Describe what changes are being made
- [x] Explain why and how the changes were necessary and implemented
respectively
#### Resources
- [x] If you have changed any SCSS code, run `make release` to
regenerate all CSS files
Co-authored-by: Peter Duchnovsky <peter.duchnovsky@erstegroup.com>