_custom-styles.scss (1163B)
1 /* Override minima header */ 2 .site-header { 3 border-top: 0px; 4 } 5 .feed-subscribe .svg-icon { 6 padding: 5px 5px 5px 0; 7 } 8 /* Override minima nav */ 9 .site-nav { 10 position: static; 11 li { 12 list-style: none; 13 } 14 @media screen and (min-width: $on-medium) { 15 ul { 16 margin: 0; 17 padding: 0; 18 } 19 li { 20 float: left; 21 padding: 0; 22 &:not(:last-child) { 23 margin-right: 20px; 24 } 25 } 26 } 27 } 28 .footer-col-1 { 29 width: calc(100% - (#{$spacing-unit} / 2)); 30 } 31 @media screen and (min-width: $on-large){ 32 .footer-col-1 { 33 width: calc(35% - (#{$spacing-unit} / 2)); 34 } 35 .footer-col-2 { 36 width: calc(0% - (#{$spacing-unit} / 2)); 37 } 38 .footer-col-3 { 39 width: calc(65% - (#{$spacing-unit} / 2)); 40 } 41 } 42 /** 43 * publications 44 */ 45 .publication { 46 margin-bottom: 20px; 47 span.booktitle { 48 font-style: italic; 49 } 50 span.status { 51 font-style: italic; 52 } 53 span.title { 54 font-weight: bold; 55 } 56 span.journal { 57 font-style: italic; 58 } 59 } 60 /* logo */ 61 .logo { 62 max-width: 100px; 63 max-height: 50px; 64 padding: 10px; 65 } 66 .profile-pic { 67 float: left; 68 margin: 0px 10px 10px 0px; 69 padding: 0; 70 max-width: 100%; 71 height: auto; 72 }