Skip to content
Merged

Dev #2728

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion resources/views/static/guide.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@section('title', 'EU Code Week Guide – How to Get Started')
@section('description', 'New to EU Code Week? Check out our step-by-step guide on how to organize events, access resources, and engage with the coding community')
<style>
<style>

#codeweek-toolkits-page a {
color: #1C4DA1!important;
Expand Down Expand Up @@ -49,6 +49,7 @@
</style>
@section('content')
<section id="codeweek-toolkits-page" class="font-['Blinker'] overflow-hidden">

<section class="relative flex overflow-hidden">
<div class="relative flex w-full pt-32 pb-0 transition-all bg-light-blue-gradient md:py-32">
<div class="flex flex-col justify-end flex-shrink-0 w-full pb-10 overflow-hidden md:p-0 md:flex-row md:items-center">
Expand Down
Loading