Browse Source

a few css tweaks

master
jk 3 years ago
parent
commit
cd3a1322ff
  1. 2
      themes/nipponalba/layouts/index.html
  2. 25
      themes/nipponalba/static/css/style.css

2
themes/nipponalba/layouts/index.html

@ -51,7 +51,7 @@
<b><i class="fa fa-calendar" aria-hidden="true"></i> Planning: <a href="https://www.beeradvocate.com/beer/profile/12142/52084/" class="u-url" target="_blank" title="Currently planning: 80/-">Williams Bros 80/- (sort of)</a></b> for my next brew, will be a variation on a previous recipe with a grain adjustment.<br/><br/>
<b><i class="fa fa-book" aria-hidden="true" target="_blank"></i> Reading: <a href="https://www.taylorfrancis.com/books/handbook-brewing-graham-stewart-inge-russell-anne-anstruther/e/10.1201/9781351228336" class="u-url" title="Currently reading: Handbook of Brewing">Handbook of Brewing</a></b> by Graham G. Stewart, Inge Russel and Anne Anstruther.<br/><br/>
<b><i class="fa fa-television" aria-hidden="true"></i> Watching: <a href="https://en.wikipedia.org/wiki/Borgen_(TV_series)" class="u-url" target="_blank" title="now watching: Borgen">Borgen</a></b> a Danish political drama.<br/><br/>
<b><i class="fa fa-gamepad" aria-hidden="true"></i> Playing: <a href="https://www.valheimgame.com/" class="u-url" target="_blank" title="Currently playing: Valheim">Valheim</a></b> a Viking inspired survival game.</section>
<b><i class="fa fa-gamepad" aria-hidden="true"></i> Playing: <a href="https://www.valheimgame.com/" class="u-url" target="_blank" title="Currently playing: Valheim">Valheim</a></b> a Viking inspired survival game.</section><br/><br/>
<a href="https://brid.gy/publish/mastodon"></a>
</section>
</section>

25
themes/nipponalba/static/css/style.css

@ -1025,13 +1025,10 @@ hr{
main{
display:block;
}
#Bookmarks, #Blogs{
#Blogs{
display:none;
}
.pagination li{
padding:10px 23px;
height: 30px;
}
article img{
width: 95%;
text-align:center;
@ -1072,7 +1069,15 @@ article img{
width: 100%;
margin-bottom: 5px;
}
.feed img.thumb{
width: 300px;
}
.note .index_content{
max-width: 95%;
}
}
@media screen and (max-width: 460px) {
#Résumé, #Feeds{
@ -1082,14 +1087,19 @@ nav{
width: 98%;
}
.profile{
max-width: 80%;
width: 95%;
max-width: 90%;
height: 1120px;
}
.index-note{
width: 95%;
}
.pagination li{
padding:10px 6px;
height: 30px;
}
.index-article, .index-photo, .inndex-current, .list-article, .list-blog, .list-category{
.index-article, .index-photo, .index-current, .list-article, .list-blog, .list-category, .index_content{
width:100%;
margin-bottom:10px;
}
@ -1101,7 +1111,6 @@ nav{
.education, .work{
grid-template-columns: 90px auto;
}
.bookmarks, #response, .post, #interactions{
margin-bottom:10px;

Loading…
Cancel
Save