Compare commits
	
		
			No commits in common. "ce7c682ef5dacfa1985b0a6679487cfaa95c3384" and "5a4316b00a908f3d334817ab080655894acf3c12" have entirely different histories.
		
	
	
		
			ce7c682ef5
			...
			5a4316b00a
		
	
		
@ -10,7 +10,7 @@ Params:
 | 
			
		||||
  description: I like to make stuff
 | 
			
		||||
  name: temper.tv
 | 
			
		||||
  twitch: https://twitch.tv/shockrah
 | 
			
		||||
  gitlab: https://git.shockrah.xyz/shockrah
 | 
			
		||||
  gitlab: https://gitlab.com/shockrah
 | 
			
		||||
  github: https://github.com/tempersama
 | 
			
		||||
  mastodon: https://mastodon.social/@tempertv
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -4,6 +4,8 @@
 | 
			
		||||
  {{  if .Params.Description }}
 | 
			
		||||
  <div class="container">
 | 
			
		||||
    <h5>{{ .Params.Description }}</h5>
 | 
			
		||||
  </div>
 | 
			
		||||
  {{ end }}
 | 
			
		||||
  {{  if .Params.Thumbnail }}
 | 
			
		||||
    {{ if .Params.ContentThumbnail }}
 | 
			
		||||
      <a href="{{ .Params.Thumbnail }}">
 | 
			
		||||
@ -11,7 +13,5 @@
 | 
			
		||||
      </a>
 | 
			
		||||
    {{ end }}
 | 
			
		||||
  {{ end }}
 | 
			
		||||
  </div>
 | 
			
		||||
  {{ end }}
 | 
			
		||||
  <div class="container">{{ .Content }}</div>
 | 
			
		||||
{{ end }}
 | 
			
		||||
 | 
			
		||||
@ -171,17 +171,13 @@ a:hover { color: #EAA221; }
 | 
			
		||||
	width: 80%;
 | 
			
		||||
	padding-bottom: 1em;
 | 
			
		||||
}
 | 
			
		||||
.feed-container .a .card-img {
 | 
			
		||||
  max-width: 60%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.card { 
 | 
			
		||||
  background-color: transparent; 
 | 
			
		||||
  border-style: solid;
 | 
			
		||||
  border-width: 3px;
 | 
			
		||||
  padding: 1em;
 | 
			
		||||
  margin: 1em;
 | 
			
		||||
  max-width: 60%;
 | 
			
		||||
  max-width: 75%;
 | 
			
		||||
  min-width: 250px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user