mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: btn style
This commit is contained in:
parent
0a8cbcb8d9
commit
6f36c1624c
2 changed files with 2 additions and 1 deletions
|
@ -442,7 +442,7 @@ a.badge:hover {
|
|||
.btn {
|
||||
padding: .5rem;
|
||||
font-size: .8rem;
|
||||
line-height: .5;
|
||||
line-height: .9; // Anything less and multiline button text may overlap.
|
||||
border-radius: .3rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
}
|
||||
|
||||
.home-section {
|
||||
position: relative; // Required for component positioning within section.
|
||||
background-color: $sta-home-section-odd;
|
||||
padding: 110px 0 110px 0;
|
||||
animation: intro 0.3s both;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue