github.com/golang/dep@v0.5.4/website/static/css/custom.css (about) 1 /* 2 Contains custom styles for whole site. 3 */ 4 5 html { 6 box-sizing: border-box; 7 } 8 9 *, *:before, *:after { 10 box-sizing: inherit; 11 } 12 13 body { 14 min-height: 100vh; 15 } 16 17 .navPusher { 18 display: flex; 19 flex-direction: column; 20 box-sizing: border-box; 21 justify-content: space-between; 22 min-height: 100%; 23 /* Resets default height: 100% */ 24 height: auto; 25 } 26 27 .footer-logo { 28 padding-top: 1em; 29 display: flex; 30 justify-content: center; 31 } 32 33 /* Reset .navToggle box-sizing */ 34 .navToggle { 35 box-sizing: content-box; 36 } 37 38 39 /* HOME _____________________________________________________________________________________________________________ */ 40 41 .homeContainer { 42 flex: 1 0 auto; 43 padding-bottom: 1em; 44 } 45 46 .homeContainer .homeWrapper .projectLogo { 47 justify-content: center; 48 position: relative; 49 padding: 2em; 50 } 51 52 .homeContainer .homeWrapper .projectLogo img { 53 max-height: 360px; 54 } 55 56 57 /* DOCS _____________________________________________________________________________________________________________ */ 58 59 .docMainWrapper { 60 width: 100%; 61 } 62 63 64 /* HEADINGS _________________________________________________________________________________________________________ */ 65 66 .mainContainer .wrapper .post h2, 67 .mainContainer .wrapper .post h3, 68 .mainContainer .wrapper .post h4, 69 .mainContainer .wrapper .post h5, 70 .mainContainer .wrapper .post h6 { 71 margin-top: 2.5rem; 72 } 73 74 .mainContainer .wrapper .post .postHeader h1 { 75 font-size: 2.909rem; 76 } 77 78 .mainContainer .wrapper .post h2 { 79 font-size: 2.218rem; 80 } 81 82 .mainContainer .wrapper .post h3 { 83 font-size: 1.798rem; 84 color: #a6a6a6; 85 } 86 87 .mainContainer .wrapper .post h4 { 88 font-size: 1.618rem; 89 color: #a6a6a6; 90 font-weight: 300; 91 line-height: 1.5; 92 padding: 10px 0; 93 } 94 95 .mainContainer .wrapper .post h5 { 96 font-size: 1.111rem; 97 color: #a6a6a6; 98 font-weight: 300; 99 line-height: 1.5; 100 padding: 10px 0; 101 } 102 103 .mainContainer .wrapper .post h6 { 104 font-size: 1rem; 105 color: #a6a6a6; 106 font-weight: 300; 107 line-height: 1.5; 108 padding: 10px 0; 109 } 110 111 @media only screen and (min-device-width: 360px) and (max-device-width: 736px) { 112 } 113 114 @media only screen and (min-width: 1024px) { 115 } 116 117 @media only screen and (max-width: 1023px) { 118 } 119 120 @media only screen and (min-width: 1400px) { 121 } 122 123 @media only screen and (min-width: 1500px) { 124 }