File tree Expand file tree Collapse file tree 4 files changed +36
-6
lines changed Expand file tree Collapse file tree 4 files changed +36
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.1.1] - 2018-02-25
10
+
11
+ ### Fixed
12
+ - Fixed Footer brocking when in lower widths
13
+
9
14
## [ 0.1.0] - 2018-02-25
10
15
11
16
### Added
Original file line number Diff line number Diff line change 4
4
padding-bottom : 12rem ;
5
5
}
6
6
7
+ @media (max-width : 576px ) {
8
+ .CWSPApp {
9
+ padding-bottom : 16.5rem ;
10
+ }
11
+ }
12
+
7
13
.CWSPApp header {
8
14
font-family : Oswald, Roboto, sans-serif;
9
15
font-size : 120% ;
Original file line number Diff line number Diff line change 8
8
left : 0 ;
9
9
}
10
10
11
+ # footer a {
12
+ color : white;
13
+ border : 0 ;
14
+ }
15
+
11
16
# footer .text {
12
17
float : right;
13
- margin : 9 px 32 px 0 0 ;
18
+ margin : 0 2 rem 0 0 ;
14
19
text-align : right;
15
20
}
16
21
17
22
# 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
+ }
20
39
}
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ const Footer = () => (
7
7
< div className = "container" >
8
8
< div className = "row" >
9
9
< 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" />
11
11
< div className = "text" >
12
12
< 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 >
15
15
</ p >
16
16
< p className = "copyright" > © 2018 Coderockr. Todos os direitos reservados. Joinville - SC</ p >
17
17
</ div >
You can’t perform that action at this time.
0 commit comments