mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
fixed styles and tasks
This commit is contained in:
parent
eb13bd9010
commit
1b22e59e3c
4 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<p class="hero__lead">{% t pages.merchants.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="https://mapme.com/dash-merchants" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-map-btn %}</a>
|
||||
<a href="https://www.zeemaps.com/map?group=2357566#" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-map-btn %}</a>
|
||||
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Merchants" target="_blank" class="btn-white-solid">{% t pages.merchants.hero-integrate-btn %}</a>
|
||||
<a href="mailto:robert@dash.org" class="btn-white-solid">{% t pages.merchants.hero-getlisted-btn %}</a>
|
||||
</div>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 41 KiB |
|
@ -92,6 +92,7 @@ $m: 'member';
|
|||
|
||||
&__image-wrapper {
|
||||
padding-bottom: ((281/500)*100%);
|
||||
border: 1px solid #ebebea;
|
||||
}
|
||||
|
||||
&__name {
|
||||
|
|
|
@ -12,7 +12,7 @@ $m: 'member';
|
|||
}
|
||||
&__image-wrapper {
|
||||
@include overflow-image-wrapper();
|
||||
padding-bottom: ((106/140)*100%);
|
||||
padding-bottom: ((105/140)*100%);
|
||||
}
|
||||
|
||||
&__image {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue