Sha256: aefab8fd6e0ee0efc83d5bd42cfd42d098e0923ca1ee031af4564c9f030090be

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 KB

Contents

$primary-background: #222;
$link-colour: #a0dfdf;
$link-colour-hover: #669999;

body {
    background-color: $primary-background;
    color: #fff;
}

a {
    color: $link-colour;
}

a:hover {
    color: $link-colour-hover
}

.bg-dark {
    background-color: $primary-background !important;
}

.jumbotron {
    color: #000;
    padding: 20px;
}

div.circle-avatar{
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;
    
    /* make it a circle */
    border-radius:50%;
    
    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    
    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;
    
    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.social-list h2.display-4, .post-list h2.display-4 {
    font-size: 2rem;
}

.social-list i {
    font-size: 2rem;
}

.social-list li {
    list-style-type: none;
    padding-bottom: 16px;
}

.social-list a {
    position: relative;
    top: -6px;
    padding-left: 20px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bfdotcom-theme-0.1.0 _sass/bfdotcom.scss