- Timestamp:
- 10/25/2015 12:18:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r10295 r10309 666 666 667 667 .item-desc { 668 margin -left: 0;669 width: 94%;668 margin: 0 auto; 669 width: 100%; 670 670 } 671 671 … … 673 673 @include font-size(18); 674 674 line-height: 1.2; 675 margin: 0 auto; 676 text-align: center; 677 678 @media screen and (min-width: 38.75em) { 679 text-align: left; 680 } 681 width: 100%; 675 682 676 683 .update { 677 684 @include font-size(12); 685 display: block; 678 686 679 687 @media screen and (min-width: 59.6875em) { 680 688 @include font-size(14); 681 689 } 682 } 683 } 690 padding: $spacing-val-sm 0; 691 text-align: left; 692 } 693 694 } // .item-title 684 695 685 696 } … … 693 704 694 705 .item { 695 left: 10%;706 left: 5%; 696 707 margin-left: 0; 697 708 position: relative; … … 2143 2154 label { 2144 2155 float: left; 2145 width: 80%; 2156 width: 60%; 2157 @media screen and (min-width: 46.25em) { 2158 width: 80%; 2159 } 2146 2160 } 2147 2161 … … 2149 2163 float: left; 2150 2164 margin: 0; 2151 width: 80%;2165 width: 100%; 2152 2166 } 2153 2167 … … 2170 2184 text-align: center; 2171 2185 text-transform: none; 2172 width: 20%; 2186 width: 40%; 2187 2188 @media screen and (min-width: 46.25em) { 2189 width: 20%; 2190 } 2191 2173 2192 } 2174 2193 } // close form
Note: See TracChangeset
for help on using the changeset viewer.