/*!
Theme Name:   reykjavik-child
Template:     reykjavik
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md
and rename CHILD_THEME_NAME and PARENT_THEME_SLUG in this file appropriately!
*/

/* Put your custom CSS styles below... */
.skillslist a {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    font-family: Montserrat, Helvetica Neue, Arial, sans-serif;
    max-width: 350px;
    margin-bottom: 10px;
}
.skillslist a:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free" !important;
    padding-right: 8px;
}
body .post-navigation .nav-links {
    width: 100%;
}