File tree Expand file tree Collapse file tree 4 files changed +34
-6
lines changed Expand file tree Collapse file tree 4 files changed +34
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ### Fixed
10+ - Fixed Footer brocking when in lower widths
11+
912## [ 0.1.0] - 2018-02-25
1013
1114### Added
Original file line number Diff line number Diff line change 44 padding-bottom : 12rem ;
55}
66
7+ @media (max-width : 576px ) {
8+ .CWSPApp {
9+ padding-bottom : 16.5rem ;
10+ }
11+ }
12+
713.CWSPApp header {
814 font-family : Oswald, Roboto, sans-serif;
915 font-size : 120% ;
Original file line number Diff line number Diff line change 88 left : 0 ;
99}
1010
11+ # footer a {
12+ color : white;
13+ border : 0 ;
14+ }
15+
1116# footer .text {
1217 float : right;
13- margin : 9 px 32 px 0 0 ;
18+ margin : 0 2 rem 0 0 ;
1419 text-align : right;
1520}
1621
1722# footer .white-logo {
18- width : 28px ;
19- margin-top : 5px ;
23+ float : right;
24+ height : 4.5rem ;
25+ }
26+
27+ @media (max-width : 576px ) {
28+ # footer {
29+ text-align : center;
30+ }
31+ # footer .white-logo {
32+ float : none;
33+ text-align : center;
34+ }
35+ # footer .text {
36+ text-align : center;
37+ margin : 0 ;
38+ }
2039}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ const Footer = () => (
77 < div className = "container" >
88 < div className = "row" >
99 < div className = "col-md-12" >
10- < CoderockrWhite alt = "Coderockr Logo" title = "You Rock!" className = "white-logo pull-right " />
10+ < CoderockrWhite alt = "Coderockr Logo" title = "You Rock!" className = "white-logo" />
1111 < div className = "text" >
1212 < p >
13- +55 47 3227-6359
14- contato@coderockr.com
13+ < a href = "phone: +55 47 3227-6359" > +55 47 3227-6359 </ a >
14+ < a href = "mail: contato@coderockr.com" > contato@coderockr.com </ a >
1515 </ p >
1616 < p className = "copyright" > © 2018 Coderockr. Todos os direitos reservados. Joinville - SC</ p >
1717 </ div >
You can’t perform that action at this time.
0 commit comments