File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616<link rel =" icon" type =" image/png" href =" {{ "/assets/img/favicon/favicon-96x96.png" | prepend: site .baseurl }}" sizes =" 96x96" >
1717<link rel =" icon" type =" image/png" href =" {{ "/assets/img/favicon/android-chrome-192x192.png" | prepend: site .baseurl }}" sizes =" 192x192" >
1818<link rel =" icon" type =" image/png" href =" {{ "/assets/img/favicon/favicon-16x16.png" | prepend: site .baseurl }}" sizes =" 16x16" >
19- <link rel =" manifest" href =" {{ "/assets/img/favicon/manifest.json" | prepend: site .baseurl }}" >
19+ <!-- < link rel="manifest" href="{{ "/assets/img/favicon/manifest.json" | prepend: site.baseurl }}"> -- >
2020<link rel =" mask-icon" href =" {{ "/assets/img/favicon/safari-pinned-tab.svg" | prepend: site .baseurl }}" color =" #5bbad5" >
2121<meta name =" apple-mobile-web-app-title" content =" {{ site .title }}" >
2222<meta name =" application-name" content =" {{ site .title }}" >
Original file line number Diff line number Diff line change 9999}
100100
101101.container [role = main ] {
102- max-width : 888 px ;
102+ max-width : 780 px ;
103103 padding : 10px ;
104104 margin : 0 auto;
105105 position : relative;
@@ -314,7 +314,6 @@ img {
314314@media (min-width : 768px ) {
315315 /* center the whole card from tablet upwards */
316316 .container [role = main ] {
317- max-width : 888px ;
318317 position : absolute;
319318 top : 50% ;
320319 left : 50% ;
@@ -345,7 +344,6 @@ img {
345344/* iPad Pro 11" 834px fine‑tuning */
346345@media (min-width : 834px ) and (max-width : 834px ) {
347346 .container [role = main ] {
348- max-width : 800px ;
349347 transform : translate (-50% , -48% );
350348 }
351349}
@@ -364,10 +362,6 @@ img {
364362
365363/* >= 992px: small desktops */
366364@media (min-width : 992px ) {
367- .container [role = main ] {
368- max-width : 960px ;
369- }
370-
371365 .profile-section {
372366 max-width : 960px ;
373367 }
@@ -380,18 +374,12 @@ img {
380374/* >= 1200px: large desktops */
381375@media (min-width : 1200px ) {
382376 .container [role = main ] {
383- max-width : 1140px ;
384377 transform : translate (-50% , -40% );
385378 margin-top : 0 !important ;
386379 }
387380}
388381
389382/* >= 1400px: very large screens */
390- @media (min-width : 1400px ) {
391- .container [role = main ] {
392- max-width : 1320px ;
393- }
394- }
395383
396384/* ----------------------------- */
397385/* 5. Footer & Sonstiges */
You can’t perform that action at this time.
0 commit comments