File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 4747
4848/**** HEADER ****/
4949.header {
50+ position : relative;
5051 font-family : "Roboto Slab" ;
5152 font-size : 20px ;
5253 line-height : 50px ;
@@ -126,21 +127,22 @@ dd {
126127.banner {
127128 font-family : "Roboto Slab" ;
128129 font-size : 16px ;
129- line-height : 50px ;
130130 padding : 0px 10px ;
131131 min-height : 50px ;
132132 background : # 333 ;
133133 border-bottom : 1px solid # eee ;
134- text-align : center;
134+ display : flex;
135+ flex-direction : column;
136+ justify-content : center;
137+ align-items : center;
135138}
136139.banner-content {
137- width : 100% ;
138- max-width : 1155px ;
139- min-width : 755px ;
140140 margin : 0 auto;
141- color : # fff ;
141+ color : # fff ;
142+ }
143+ .banner-content span {
144+ margin : 0 4px ;
142145}
143-
144146/**** END HEADER ****/
145147
146148.footer {
306308
307309 .banner-content {
308310 min-width : 0 ;
311+ font-size : 0.8em
309312 }
310313}
You can’t perform that action at this time.
0 commit comments