This repository was archived by the owner on Feb 5, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Expand file tree Collapse file tree 2 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 11.blog-container {
22 font-family : ' Muli' ;
33 margin-top : 70px ;
4+ max-width : 95% ;
45
56 h4 {
67 color : $orange ;
1011 @include media-breakpoint-up (lg) {
1112 margin : 0 130px ;
1213 }
14+ @include media-breakpoint-down (lg) {
15+ margin : 0 ;
16+ }
1317 }
1418
1519 .form-row {
9498 top : 70px ;
9599 background : #fff !important ;
96100 z-index : 1 ;
101+ @include media-breakpoint-down (lg) {
102+ margin-right : -5% ;
103+ }
97104
98105 .blog-filters-nav {
99106 background-color : unset ;
106113 padding : 0 ;
107114 margin-bottom : 5rem ;
108115
109- @include media-breakpoint-down (sm ) {
116+ @include media-breakpoint-down (md ) {
110117 overflow : auto ;
111118 white-space : nowrap ;
112119 margin-bottom : 1rem ;
121128 cursor : pointer ;
122129 text-transform : uppercase ;
123130
124- @include media-breakpoint-down (sm ) {
131+ @include media-breakpoint-down (md ) {
125132 padding : 26px 10px ;
126133 font-size : 12px ;
127134 }
128135
129136 .blog-search-group {
130- padding-left : 25% ;
131- width : 40% ;
132- @include media-breakpoint-down (sm) {
137+ @include media-breakpoint-up (xl) {
138+ padding-left : 66.6px ; // The number of the beast
139+ }
140+ @include media-breakpoint-down (lg) {
133141 width : 90% ;
134142 }
143+ width : 40% ;
135144 }
136145
137146 .blog-search-input {
142151
143152 .blog-search-icon {
144153 position : absolute ;
154+ @include media-breakpoint-down (md) {
155+ top : 25% ;
156+ }
145157 z-index : 2 ;
146158 display : block ;
147159 margin-top : 3px ;
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ export class AppBlog {
322322 </ div >
323323 </ div >
324324 < div class = "row posts-row" >
325- < div class = "col-md-9 col-sm-12" >
325+ < div class = "col-md-8 col-sm-12" >
326326 < div class = "featured-post" > { featuredPost } </ div >
327327 < div class = "blog-posts" >
328328 { postData }
@@ -348,7 +348,9 @@ export class AppBlog {
348348 </ div >
349349 < div class = "clear" >
350350 < button type = "submit" name = "subscribe" id = "mc-embedded-subscribe" class = "button" >
351- < span class = "d-block d-sm-block d-md-none" > Get the Newsletter < i class = "fa fa-arrow-right" /> </ span >
351+ < span class = "d-block d-sm-block d-md-none" >
352+ Get the Newsletter < i class = "fa fa-arrow-right" />
353+ </ span >
352354 < i class = "d-none d-md-block fa fa-arrow-right" />
353355 </ button >
354356 </ div >
You can’t perform that action at this time.
0 commit comments