Skip to content
Snippets Groups Projects
Commit 03baf5be authored by jan.bednarik's avatar jan.bednarik
Browse files

donate: Donate form photo change

parent 9db57199
Branches
Tags
2 merge requests!208donate: Donate form photo change,!207donate: Donate form photo change
Pipeline #2920 passed
...@@ -700,18 +700,12 @@ footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 { ...@@ -700,18 +700,12 @@ footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
.donate-form__left { .donate-form__left {
background: #090A0B; background: #090A0B;
color: white; color: white;
padding: 1.8rem;
flex: 0 0 auto; flex: 0 0 auto;
justify-content: space-between; justify-content: space-between;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.donate-form__icon {
max-width: 7rem;
margin-bottom: 4rem;
}
.donate-form__right { .donate-form__right {
width: 100%; width: 100%;
padding: 1.8rem; padding: 1.8rem;
......
donate/static/donate/img/ivan.png

229 KiB

...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<div class="donate-form"> <div class="donate-form">
<div class="donate-form__left"> <div class="donate-form__left">
<div class="donate-form__icon"> <div class="donate-form__icon">
<img data-src="{% static "donate/img/donate.png" %}" class="lazyload img-fluid" alt="Ikona daru"> <img data-src="{% static "donate/img/ivan.png" %}" class="lazyload img-fluid" alt="Ikona daru">
</div><!-- /donate-form__icon --> </div><!-- /donate-form__icon -->
</div><!-- /donate-form__left --> </div><!-- /donate-form__left -->
<div class="donate-form__right"> <div class="donate-form__right">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment