Skip to content

Commit b5b35dd

Browse files
authored
Merge pull request #697 from josdem/feature/673
[small]feature/673
2 parents 7ca574d + 7431378 commit b5b35dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ val cglibVersion by extra("3.3.0")
2929
val mockitoKotlinVersion by extra("6.0.0")
3030

3131
group = "com.josdem.vetlog"
32-
version = "2.9.5"
32+
version = "3.0.0"
3333

3434
configurations {
3535
compileOnly {

src/main/resources/static/assets/servizi-dog-theme/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,8 @@ p.title {
486486
.darker .btn {
487487
background-color: #fff;
488488
color: #FF7B27;
489-
line-height: 2em;
489+
padding-top: 40px;
490+
line-height: 1em;
490491
margin-top: 5px;
491492
transition: all 0.3s;
492493
-webkit-transition: all 0.3s;

0 commit comments

Comments
 (0)