ivanminutillo 2022-03-11 11:42:49 +01:00
parent a3eccb231d
commit 34ce43ac27
4 changed files with 7 additions and 9 deletions

View file

@ -95,7 +95,7 @@ details > summary::marker { display: none; }
}
.h-body {
min-height: calc(100vh - 84px);
min-height: calc(100vh - 64px);
}
.narrow {

View file

@ -1,5 +0,0 @@
# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
#
# To ban all spiders from the entire site uncomment the next two lines:
# User-agent: *
# Disallow: /

View file

@ -13,6 +13,9 @@ module.exports = {
],
theme: {
extend: {
screens: {
'tablet': '920px'
},
maxWidth: {
'600': '600px'
},

View file

@ -1,9 +1,9 @@
<div class="items-start justify-center w-full max-w-screen-xl mx-auto md:flex ">
<div class="items-start justify-center w-full max-w-screen-xl mx-auto tablet:flex ">
<Bonfire.UI.Social.SidebarGuestLive
current_user={current_user(e(assigns, :current_user, nil))}
/>
<div class="flex grow w-full mx-auto shrink-0 md:mx-3 md:mr-0 lg:mr-3 max-w-[580px]">
<div class="flex grow w-full mx-auto shrink-0 tablet:mx-3 max-w-[580px]">
<Bonfire.UI.Social.WidgetLive
widget_title={e(assigns, :welcome_title, "About")}
current_user={current_user(assigns)}
@ -13,7 +13,7 @@
/>
</Bonfire.UI.Social.WidgetLive>
</div>
<div class="w-[285px] justify-start hidden overflow-hidden lg:flex">
<div class="w-[285px] justify-start hidden overflow-hidden xl:flex">
<Bonfire.UI.Social.WidgetLive
widget_title={"Relevant links"}
current_user={current_user(assigns)}