fix padding
This commit is contained in:
		| @@ -67,9 +67,9 @@ Starting this summer, farming is evolving. With the launch of the ThreeFold Mark | ||||
| <!-----------------------------------------------------------------------------------------> | ||||
|  | ||||
|  | ||||
| <!-- section 3 (im,ages)--> | ||||
| <!-- section 3 (images)--> | ||||
|  | ||||
| <div class="container mx-auto lg:max-w-7xl lg:py-24 pb-12 px-4"> | ||||
| <div class="container mx-auto lg:max-w-7xl pt-4 lg:pb-24 pb-12 px-4"> | ||||
|  | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|         {{ title_1 }} <br>{{ title_2 }}<br> {{ title_3 }} | ||||
|       </h2> | ||||
|       <div class="mt-10 flex items-center 0 gap-x-6 lg:mt-0 lg:shrink-0 flex-wrap justify-center lg:justify-start"> | ||||
|         <a href="{{ button_link_1 }}" target="_blank" class="fade-in rounded-2xl bg-black px-4 py-2.5 text-sm lg:text-md font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 mb-4 lg:mb-0"> | ||||
|         <a href="{{ button_link_1 }}" class="fade-in rounded-2xl bg-black px-4 py-2.5 text-sm lg:text-md font-semibold text-white shadow-sm hover:text-gray-300 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 mb-4 lg:mb-0"> | ||||
|           {{ button_text_1 }} | ||||
|         </a> | ||||
|         {% if button_link_2 %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user