/*
Theme Name: Sarasin & Partners
Theme URI: https://github.com/wpagencyuk/scratch
Author: Matt Peacock
Author URI: https://wp-agency.co.uk
Description: Theme for Sarasin & Partners multisite
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sarasin-partners

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.

scratch is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/

all styles are loaded in via assets/dist/style.css

*/

@media only screen and (min-width: 960px) {
    .fund-list-table .list-group-item .fund-new {
        display: block;
        width: 10%;
    }

    .list-group-item .fund-name {
        width: 34%;
    }
}

@media only screen and (min-width: 782px) {
    .fund-list-table .list-group-item .fund-new {
        display: block;
        width: 14%;
    }

    .list-group-item .fund-name {
        width: 30%;
    }
}
