Update pin-* classes

This commit is contained in:
Oliver Davies 2019-03-21 07:44:20 +00:00
parent 9863ca2df4
commit 42c3dac498
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
.talk-video {
iframe,
embed {
@apply absolute h-full pin-l pin-t w-full
@apply absolute h-full left-0 top-0 w-full
}
}

View file

@ -1,7 +1,7 @@
{% extends 'app' %}
{% block body %}
<a href="#main-content" class="skip-link absolute pin-t pin-l text-white bg-blue p-4 focus:outline-none">
<a href="#main-content" class="skip-link absolute top-0 left-0 text-white bg-blue p-4 focus:outline-none">
Skip to main content
</a>

View file

@ -1,4 +1,4 @@
<div class="border-bottom border-b border-grey-light mb-6 fixed pin-t w-full bg-white z-20">
<div class="border-bottom border-b border-grey-light mb-6 fixed top-0 w-full bg-white z-20">
<div class="px-4 md:px-8 mx-auto">
<div class="block py-5 v-cloak-block">
<div class="font-semibold text-sm">{{ site.title }}</div>