So much for that idea

This commit is contained in:
swag 2023-06-07 13:11:17 -04:00
parent 7efc8e0fbf
commit 3ca6a739fd
2 changed files with 10 additions and 24 deletions

View File

@ -19,31 +19,15 @@
gap: 1em; gap: 1em;
} }
.site-logo { .site-title {
border: outset var(--light-warm-gray); text-align: center;
background-color: var(--light-warm-gray); border: outset var(--light-warm-gray);
width: 100%; background-color: var(--light-warm-gray);
margin: 0.25em auto; padding: 0.5em 0;
margin-bottom: 0.15em;
overflow-wrap: anywhere;
} }
.site-logo img {
display: block;
margin: 0 auto;
object-fit: contain;
max-width: 50%;
}
/*
*.site-title {
* text-align: center;
* border: outset var(--light-warm-gray);
* background-color: var(--light-warm-gray);
* padding: 0.5em 0;
* margin-bottom: 0.15em;
* overflow-wrap: anywhere;
*}
*/
.site-nav { .site-nav {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;

View File

@ -17,7 +17,8 @@
</head> </head>
<body> <body>
<header class="site-header"> <header class="site-header">
<%# <h1 class="site-title">Post::Text</h1> %> <h1 class="site-title">Post::Text</h1>
<!--
<picture class="site-logo"> <picture class="site-logo">
<source srcset="/images/logo_xl.png" media="(min-width: 1900px)"> <source srcset="/images/logo_xl.png" media="(min-width: 1900px)">
<source srcset="/images/logo_l.png" media="(min-width: 1200px)"> <source srcset="/images/logo_l.png" media="(min-width: 1200px)">
@ -25,6 +26,7 @@
<img src="/images/logo_s.png" <img src="/images/logo_s.png"
alt="Post::Text logo; a small nerdy anime girl giving a V sign"> alt="Post::Text logo; a small nerdy anime girl giving a V sign">
</picture> </picture>
-->
<nav class="site-nav"> <nav class="site-nav">
<%= link_to List => threads_list => {list_page => 1}, <%= link_to List => threads_list => {list_page => 1},
(class => 'click') %> (class => 'click') %>