styling fixes

This commit is contained in:
timurgordon 2022-02-22 17:27:08 +03:00
parent 4ddb45019a
commit 9affc2371f
6 changed files with 12 additions and 34 deletions

View File

@ -14,6 +14,8 @@ extra:
# Reimagine your world # Reimagine your world
<br/>
Through simple, secure, and scalable technology, Through simple, secure, and scalable technology,
OurWorld empowers millions to invent and explore OurWorld empowers millions to invent and explore
new experiences. Business, creativity, and new experiences. Business, creativity, and
@ -81,7 +83,7 @@ OurWorld runs in concert with Ethereum, Polkadot, Cosmos, and more, allowing for
||| |||
![Image](/images/landing_img3.png) ![Image](/images/threefold_sustainability.png)
{% end %} {% end %}

View File

@ -11,7 +11,7 @@ categories=["Engineering"]
[extra] [extra]
subtitle = "The UNIQUE Post 1 subtitles" subtitle = "The UNIQUE Post 1 subtitles"
author = "HANNAH CORDES" author = "HANNAH CORDES"
imgPath = "images/sphere-thing.png" imgPath = "images/ourworld_mycellium.png"
date = 2018-10-17T19:40:00.000Z date = 2018-10-17T19:40:00.000Z
+++ +++

View File

@ -58,13 +58,6 @@ code {
@apply text-xs; @apply text-xs;
} }
a,
a:focus,
a:hover,
a:active {
@apply no-underline border-b border-solid border-blue-500;
}
nav a, nav a,
nav a:focus, nav a:focus,
nav a:hover, nav a:hover,
@ -72,14 +65,12 @@ nav a:active {
@apply border-0 text-white hover:text-gray-300; @apply border-0 text-white hover:text-gray-300;
} }
/*
a { a {
@apply text-blue-500 dark:text-blue-200 dark:border-blue-200;
} }
*/
a:focus, a:focus,
a:hover, a:hover {
@apply border-none text-blue-300;
}
a:active { a:active {
@apply text-blue-800 border-blue-500; @apply text-blue-800 border-blue-500;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

View File

@ -78,16 +78,6 @@
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</nav> </nav>
<div class="flex items-center space-x-8">
<span class="inline-flex rounded-md shadow-sm">
<a href="#" class="inline-flex items-center justify-center px-4 py-2 border border-transparent text-sm leading-6 font-normal rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 focus:shadow-outline-indigo active:bg-indigo-700 transition ease-in-out duration-150">
English
</a>
</span>
</div>
</div>
</div> </div>
</div> </div>
{% for header_item in header_items %} {% for header_item in header_items %}

View File

@ -5,29 +5,24 @@
<div class="flex-1 bg-white p-6 flex flex-col justify-between"> <div class="flex-1 bg-white p-6 flex flex-col justify-between">
<div class="flex-1"> <div class="flex-1">
<a href={{ post.permalink }} class="block"> <a href={{ post.permalink }} class="block">
<h3 class="mt-2 text-xl leading-7 font-semibold text-gray-900 text-left not-italic"> <h3 class="mt-2 text-xl leading-7 font-medium text-gray-900 text-left not-italic">
{{ post.title }} {{ post.title }}
</h3> </h3>
{% if post.description %} {% if post.description %}
<p class="mt-3 text-base leading-6 text-gray-500"> <p class="mt-3 text-sm leading-6 text-gray-500 text-left">
{{ post.description }} {{ post.description }}
</p> </p>
{% endif %} {% endif %}
</a> </a>
</div> </div>
<div class="mt-6 flex items-center"> <div class="mt-6 flex items-center">
<div class="flex-shrink-0"> <div>
<a href="#"> <p class="text-sm leading-5 font-medium text-gray-900 text-left">
<img class="h-10 w-10 rounded-full" src="/https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="" />
</a>
</div>
<div class="ml-3">
<p class="text-sm leading-5 font-medium text-gray-900">
<a href="#" class="hover:underline"> <a href="#" class="hover:underline">
{{ post.extra.author }} {{ post.extra.author }}
</a> </a>
</p> </p>
<div class="flex text-sm leading-5 text-gray-500"> <div class="flex text-sm leading-5 text-gray-500 text-left">
<time datetime="2020-03-16"> <time datetime="2020-03-16">
{{ post.date | date(format="%B %e, %Y", timezone="America/Chicago") }} {{ post.date | date(format="%B %e, %Y", timezone="America/Chicago") }}
</time> </time>