So much for that idea
This commit is contained in:
parent
7efc8e0fbf
commit
3ca6a739fd
|
@ -19,31 +19,15 @@
|
|||
gap: 1em;
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
border: outset var(--light-warm-gray);
|
||||
background-color: var(--light-warm-gray);
|
||||
width: 100%;
|
||||
margin: 0.25em auto;
|
||||
.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-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 {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
<%# <h1 class="site-title">Post::Text</h1> %>
|
||||
<h1 class="site-title">Post::Text</h1>
|
||||
<!--
|
||||
<picture class="site-logo">
|
||||
<source srcset="/images/logo_xl.png" media="(min-width: 1900px)">
|
||||
<source srcset="/images/logo_l.png" media="(min-width: 1200px)">
|
||||
|
@ -25,6 +26,7 @@
|
|||
<img src="/images/logo_s.png"
|
||||
alt="Post::Text logo; a small nerdy anime girl giving a V sign">
|
||||
</picture>
|
||||
-->
|
||||
<nav class="site-nav">
|
||||
<%= link_to List => threads_list => {list_page => 1},
|
||||
(class => 'click') %>
|
||||
|
|
Loading…
Reference in a new issue