Skip to content

Commit

Permalink
font adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMarx committed May 24, 2022
1 parent f94b05b commit 8257c4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion public/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@
--dark-sand: #d98c4a;
}

* {
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300&display=swap');

body {
font-family: "Montserrat", sans-serif;
}

.toast {
font-family: 'Plus Jakarta Sans', sans-serif; ;
}

.btn.ac {
background-image: linear-gradient(125deg, #72a603, #c0d904);
Expand Down
4 changes: 2 additions & 2 deletions src/View/Home/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="fixed-top">

<div class="toast position-absolute top-0 end-0 my-auto m-0 mt-sm-4 me-sm-3" role="alert" aria-live="assertive" aria-atomic="true" id="myToast" data-bs-autohide="false" data-bs-animation="true">
<div class="toast position-absolute top-0 end-0 my-auto m-0 mt-sm-4 me-sm-3 text-muted" role="alert" aria-live="assertive" aria-atomic="true" id="myToast" data-bs-autohide="false" data-bs-animation="true">
<div class="toast-header">
<a href="https://github.com/HugoMarx" target="_blank"><img src="/assets/images/HM_rounded.png" class="rounded me-2" width="50px"></a>

Expand All @@ -20,7 +20,7 @@
<a href="https://github.com/SophieVerdier" target="_blank">@SophieVerdier</a>
et
<a href="https://github.com/SuleymanKutuk" target="_blank">@SuleymanKutuk</a>
dans le cadre de la formation de développement web à la Wild Code School Strasbourg.
dans le cadre de notre formation de développement web PHP/Symfony à la Wild Code School Strasbourg.
</p>
<p>Work in progress: son développement continue !</p>
<div class="d-flex justify-content-between">
Expand Down

0 comments on commit 8257c4a

Please sign in to comment.