File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 303303 < header id ="header ">
304304 < div class ="logo-wrapper ">
305305 < span class ="logo " title ="Made in Basel "> </ span >
306- < p class ="slogan "> Beautiful code from a beautiful city! </ p >
306+ < p class ="slogan "> Beautiful code from a beautiful city</ p >
307307 </ div >
308308 < div class ="bg ">
309309 < svg viewBox ="0 0 1600 900 " preserveAspectRatio ="xMidYMax slice " height ="100% " width ="100% ">
Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ strong {
173173 text-shadow : 1px 1px # f5f5f5 ;
174174}
175175# header .logo-wrapper .slogan : before {
176- content : '< ' ;
176+ content : '<!-- ' ;
177177}
178178# header .logo-wrapper .slogan : after {
179- content : ' >' ;
179+ content : ' -- >' ;
180180}
181181@media (min-width : 700px ) {
182182 # header .logo-wrapper .slogan {
Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ strong {
204204 text-shadow : 1px 1px @colorBg ;
205205
206206 & :before {
207- content : ' < ' ;
207+ content : ' <!-- ' ;
208208 }
209209
210210 & :after {
211- content : ' >' ;
211+ content : ' -- >' ;
212212 }
213213
214214 @media (min-width : @breakpointMedium ) {
You can’t perform that action at this time.
0 commit comments