Skip to content

Commit

Permalink
up publications
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Cesar Contreras Huerta committed Mar 2, 2025
1 parent 639bd85 commit da617be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions themes/isp_uv/layouts/publications/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,29 +183,30 @@ <h1>{{ .Title }}</h1>
.buttons-container .filter-button {
flex-shrink: 0;
width: 60px;
height: 60px;
border-radius: 45%;
height: 45px;
border-radius: 15%;
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 4px;
margin: 0;
margin: auto 1px;
box-sizing: border-box;

white-space: normal;
word-break: break-word;
overflow: hidden;
text-overflow: clip;

background-color: #479bb0;
background-color: #336daf;
color: #fff;
font-size: 10px;
font-weight: bold;
line-height: 1.2;
text-align: center;
-webkit-appearance: none;
appearance: none;
border-style: none;
}

.nav-button {
Expand Down

0 comments on commit da617be

Please sign in to comment.