-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dvorak/2563 footer for small screens fix (#2589)
- Loading branch information
1 parent
d81d53c
commit 8adc405
Showing
2 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
<div class="trial-message"> | ||
<span>{{ 'TRIAL_MESSAGE' | translate }}</span> | ||
</div> | ||
<div class="footer" fxLayout="row" fxLayoutAlign="flex-start center" fxLayoutGap="3rem" fxLayoutGap.lt-md="1rem"> | ||
<div class="footer" fxLayout="row" fxLayoutAlign="start center" fxLayoutGap="3rem" fxLayoutGap.lt-md="1rem"> | ||
<div fxLayout="row" fxLayoutAlign="flex-start center" fxLayoutGap.gt-sm="3rem" fxLayoutGap.lt-md="1rem" fxFlex="1 1 auto"> | ||
<a target="_blank" rel="noreferrer" href="https://mon.gov.ua/"> | ||
<img class="min-logo" src="assets/images/MES.png" alt="Ministry of Education and Science of Ukraine" /> | ||
</a> | ||
<a target="_blank" rel="noreferrer" href="https://mkip.gov.ua/"> | ||
<a target="_blank" rel="noreferrer" href="https://mkip.gov.ua/" class="mincult"> | ||
<img class="min-logo" src="assets/images/MinCultInfoPolicy.png" alt="Ministry of Culture and Information Policy of Ukraine" /> | ||
</a> | ||
<a target="_blank" rel="noreferrer" href="https://mms.gov.ua/"> | ||
<a target="_blank" rel="noreferrer" href="https://mms.gov.ua/" class="min-molodi-full"> | ||
<img class="min-logo" src="assets/images/MinMolodSport.png" alt="Ministry of Youth and Sports of Ukraine" /> | ||
</a> | ||
</div> | ||
<div fxLayout="row" fxLayoutAlign="end center" fxLayoutGap.gt-sm="2rem" fxLayoutGap.lt-md="1rem" fxFlex="1 1 auto"> | ||
<a target="_blank" rel="noreferrer" href="https://www.softserveinc.com/uk-ua/"> | ||
<img class="company-logo" src="assets/images/SoftServeLogo.svg" alt="SoftServe" /> | ||
</a> | ||
<a target="_blank" rel="noopener noreferrer" href="https://mms.gov.ua/" class="min-molodi-mobile"> | ||
<img class="min-logo" src="assets/images/MinMolodSport.png" alt="Ministry of Youth and Sports of Ukraine" /> | ||
</a> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters