Git Repository Public Repository

YouAndWeb_TwoToc

URLs

Copy to Clipboard

Diff Revisions a2ecfb ... vs e86e76 ... for client/app/main/main.scss

Diff revisions: vs.
  @@ -42,7 +42,7 @@
42 42
43 43 #homeSlider {
44 44 width: 100%;
45 - /*height: 300px;*/
45 + /*height: 2000px;*/
46 46 overflow: hidden;
47 47 position: relative;
48 48 .carousel, .carousel-inner, .carousel-inner > .item {
  @@ -62,17 +62,20 @@
62 62 }
63 63 .carousel-caption {
64 64 bottom: 50%;
65 + width: 65%;
66 + text-align: center;
65 67 h4 {
66 68 font-family: "Oswald", sans-serif;
67 - font-size: 50px;
69 + font-size: 45px;
68 70 text-shadow: 0 0 20px #000;
71 + font-weight: bold;
69 72 }
70 73 }
71 74 }
72 75
73 76 #homesearch {
74 77 position: absolute;
75 - bottom: 20%;
78 + bottom: 30%;
76 79 left: 50%;
77 80 margin-left: -250px;
78 81 width: 500px;
  @@ -191,8 +194,7 @@
191 194 }
192 195
193 196 .main-container {
194 - margin-top: 130px;
195 - padding-bottom: 130px;
197 + margin-top: 20px;
196 198 }
197 199 .main-container.container {
198 200 padding-bottom: 40px;
  @@ -341,7 +343,7 @@
341 343 }
342 344 .navbar-default {
343 345 z-index: 1;
344 - position: fixed;
346 + position: relative;
345 347 top: 0;
346 348 bottom: 0;
347 349 width: 100%;