Skip to content

Commit 5ae8ad4

Browse files
authored
Merge pull request #21 from antfullstack/patch-1
Fix CSS selector for class on line 1863
2 parents 7edbc38 + 20929f7 commit 5ae8ad4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css/pinta.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,9 +1860,8 @@ a.pinta-button,
18601860
.pinta-headline .pinta-headline-container p {
18611861
font-size: 30px;
18621862
}
1863-
..pinta-menu-rx-block .pinta-rx-designed {
1863+
.pinta-menu-rx-block .pinta-rx-designed {
18641864
font-size: 45%;
1865-
margin: 0 auto 0 0;
18661865
padding: 0;
18671866
}
18681867
.pinta-menu-rx-block img:hover,

0 commit comments

Comments
 (0)