develop #13

Merged
Rhayllon_Daudt merged 29 commits from develop into main 2022-10-13 19:32:02 +00:00
2 changed files with 18 additions and 6 deletions
Showing only changes of commit 03b456408a - Show all commits

View File

@ -13,7 +13,17 @@ body{
background: #000000;
display: flex;
justify-content: center;
padding: 28px 0;
padding: 29px 0;
}
.header-link{
display: flex;
width: 12%;
justify-content: center;
}
.header-img{
width: 100%;
}
.top-banner{
@ -73,18 +83,19 @@ body{
align-items: center;
background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 36px 26px 26px;
gap: 27px;
}
.top-card-image{
display: block;
padding: 36px 124px 0;
width: 34%;
}
.top-card-description{
font-size: 16px;
line-height: 24px;
text-align: center;
padding: 26px;
}
.mid-banners{

View File

@ -18,9 +18,10 @@
<body>
<header class="header-page">
<a href="/">
<img src="./assets/images/Logo-M3Academy.svg" alt="" />
</a>
<a class="header-link" href="/">
<img class="header-img" src="./assets/images/Logo-M3Academy.svg" alt="M3 Academy" />
</a>
</div>
</header>
<main>