File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 17
17
.logo small , .logo span , .logo p {
18
18
color : cadetblue;
19
19
}
20
- .logo a : hover {
20
+
21
+ .logo a : hover {
21
22
text-decoration : none;
22
23
}
23
24
24
25
.under {
25
26
font-size : 12px ;
26
27
}
27
28
28
- .container {
29
- max-width : 60 % ;
29
+ .center-block {
30
+ float : none
30
31
}
31
32
32
33
.footer {
Original file line number Diff line number Diff line change 26
26
27
27
< body >
28
28
< div class ="container ">
29
- < div layout:fragment ="content ">
29
+ < div class ="col-lg-8 col-md-10 col-sm-10 center-block ">
30
+ < div layout:fragment ="content ">
30
31
31
- </ div >
32
-
33
- < div class =" footer " >
34
- < p > © < a href =" https://github.com/olegshan " target =" _blank " > olegshan. </ a >
35
- Have any ideas for improvement?
36
- < a href =" https://github.com/olegshan/JobParser " target =" _blank " > Fell free to join. </ a >
37
- </ p >
32
+ </ div >
33
+ < div class =" footer " >
34
+ < p > © < a href =" https://github.com/olegshan " target =" _blank " > olegshan. </ a >
35
+ Have any ideas for improvement?
36
+ < a href =" https://github.com/olegshan/JobParser " target =" _blank " > Fell free to join. </ a >
37
+ </ p >
38
+ </ div >
38
39
</ div >
39
40
</ div >
40
41
</ body >
You can’t perform that action at this time.
0 commit comments