Skip to content

Commit e37b9d1

Browse files
committed
Get site title
1 parent 147f9c2 commit e37b9d1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

views/altapay-payment-form-external.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1111
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&family=Roboto&display=swap"
1212
rel="stylesheet">
13-
<title>AltaPay</title>
13+
<title><?php bloginfo( 'name' ); ?></title>
1414
<style>
1515
* {
1616
box-sizing: border-box;
@@ -27,7 +27,7 @@
2727

2828
.site-branding {
2929
text-align: center;
30-
padding: 15px;
30+
padding: 30px 0 15px;
3131
max-width: 1100px;
3232
margin: 0 auto;
3333
}
@@ -678,7 +678,9 @@
678678
}
679679

680680
.site-branding img {
681+
max-width: 180px;
681682
max-height: 120px;
683+
height: auto;
682684
width: auto;
683685
}
684686

0 commit comments

Comments
 (0)