Changes in ow/static/less/pages/profile.less [01674ff:5cf7630] in OpenWorkouts-current


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/less/pages/profile.less

    r01674ff r5cf7630  
    1414    }
    1515    >div {
    16         display: flex;
    17         align-items: center;
     16            @media (min-width: @screen-m){
     17                display: flex;
     18                align-items: center;
     19            }
    1820    }
    1921    img {
    20         width: 140px;
    21         height: 140px;
     22        width: 64px;
     23        height: 64px;
    2224        object-fit: cover;
    2325        border-radius: 50%;
    2426        margin-bottom: .5em;
    2527        margin-right: 1em;
     28            @media (min-width: @screen-m){
     29                width: 140px;
     30                height: 140px;
     31            }
    2632    }
    2733        h2 {
     
    3440                .font-size(14);
    3541                margin: 0;
     42                a {
     43                        color: @color-app;
     44                        text-decoration: none;
     45                        &:hover {
     46                                color: @color-main;
     47                        }
     48                }
    3649                span {
    3750                        color: @color-main-medium;
Note: See TracChangeset for help on using the changeset viewer.