Tweaked style of homepage
This commit is contained in:
parent
2c029a1811
commit
ac64a5f7e1
@ -130,6 +130,10 @@ ul li > a:first-child:hover::before {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
[typeof="Collection"] ul li {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
[typeof="Collection"] .publication-card {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
@ -225,4 +229,25 @@ body > section {
|
||||
.publication-card p, .publication-card nav {
|
||||
grid-column: 1;
|
||||
}
|
||||
}
|
||||
|
||||
#empruntables .publication-card nav {
|
||||
grid-column: 3;
|
||||
grid-row: 2;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#empruntables .publication-card h1 {
|
||||
grid-row: 1;
|
||||
grid-column: 2 / 4;
|
||||
}
|
||||
|
||||
#empruntables .publication-card .meta {
|
||||
grid-row: 2;
|
||||
grid-column: 2;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
#empruntables [property="abstract"] {
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user