File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ <div class =" container" >
12<div class =" footer fadein" style =" margin :5% 0px 35px 0px ;" >
23@if (env (' DISPLAY_FOOTER' ) === true )
34 <a class =" hvr-float spacing" href =" {{ url (' ' ) } } /" >Home</a >
1819 <a href =" https://littlelink-custom.com" target =" _blank" title =" Learn more" class =" credit-txt credit-txt-clr" >Powered by LittleLink Custom</a >
1920 </section >
2021</a ><br ><br ><br >
21- @endif
22+ @endif
23+ </div >
Original file line number Diff line number Diff line change 66 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
77 <link href =" //fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel =" stylesheet" >
88 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/normalize.css' ) } }" >
9- <link rel =" stylesheet" href =" {{ asset (' littlelink/css/skeleton-light.css' ) } }" >
109 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/brands.css' ) } }" >
1110 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/hover-min.css' ) } }" >
1211 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/animate.css' ) } }" >
@@ -51,20 +50,22 @@ function update_color_scheme() {
5150 <link rel =" stylesheet" href =" {{ asset (' littlelink/css/skeleton-light.css' ) } }" >
5251 @endif
5352 <!-- end dark mode detection -->
53+
54+ <style >.container-text {position :relative ;width :95% ;max-width :900px ;margin :0 auto ;box-sizing :border-box } </style >
5455</head >
5556<body >
5657
5758 <!-- Primary Page Layout
5859 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
59- <div class =" container" >
60+ <div class =" container-text " >
6061 <div class =" row" >
6162
6263 <div class =" column" style =" margin-top : 10% " >
6364 <!-- Your Image Here -->
6465 @if (file_exists (base_path (" littlelink/images/avatar.png" )) )
6566 <
img src =
" {{ asset (' littlelink/images/avatar.png' ) } }" srcset =
" {{ asset (' littlelink/images/[email protected] 2x' ) } }" width =
" 100px" height =
" 100px" >
6667 @else
67- <div class =" parent fadein" >
68+ <div class =" container parent fadein" >
6869 <img class =" image1 rotate" src =" {{ asset (' littlelink/images/just-gear.svg' ) } }" alt =" Logo" ></img >
6970 <img class =" image2" src =" {{ asset (' littlelink/images/just-ll.svg' ) } }" alt =" Logo" ></img >
7071 </div >
You can’t perform that action at this time.
0 commit comments