Skip to content
Snippets Groups Projects
Commit a176d770 authored by Daniel Kriz's avatar Daniel Kriz
Browse files

[FIX]

contact
parent 6092cb8a
Branches
No related tags found
3 merge requests!607Pirati.cz,!585[FIX]Footer/twitter section/ contact,!575Feature/pirati cz
Pipeline #9347 passed
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
<main role="main"> <main role="main">
<div class="grid-container"> <div class="grid-container">
<section class="grid-content-with-right-side flex flex-wrap mb-16"> <section class="grid-content-with-right-side flex flex-wrap mb-16">
<div> <div class="mb-12 md:mb-0">
<h2 class="font-alt text-4xl mb-5"> <h2 class="font-alt text-3xl sm:text-4xl mb-5">
Kontakty pro veřejnost Kontakty pro veřejnost
</h2> </h2>
<div class="flex flex-wrap justify-between"> <div class="flex flex-wrap justify-between">
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</a><br> </a><br>
<br> <br>
</div> </div>
<div class="leading-5 w-5/12"> <div class="leading-5 w-5/6 sm:w-5/12">
<span class="font-bold">Informační linka:</span><br/> <span class="font-bold">Informační linka:</span><br/>
+420 703 681 682<br/> +420 703 681 682<br/>
+420 608 963 111<br/> +420 608 963 111<br/>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<h2 class="font-alt text-4xl mb-5"> <h2 class="font-alt text-4xl mb-5">
Další kontakty Další kontakty
</h2> </h2>
<div class="flex flex-wrap"> <div class="flex flex-wrap xs:justify-center">
<div class="contact-box"> <div class="contact-box">
<div> <div>
<div class="h-16 mx-auto w-16"> <div class="h-16 mx-auto w-16">
...@@ -138,14 +138,14 @@ ...@@ -138,14 +138,14 @@
<h2 class="font-alt text-4xl mb-5"> <h2 class="font-alt text-4xl mb-5">
Kontakty pro média Kontakty pro média
</h2> </h2>
<div class="flex flex-wrap"> <div class="flex flex-wrap justify-center">
<div class="flex mr-4 person-box"> <div class="flex mr-4 person-box">
<div class="mr-7"> <div class="mr-7">
<img class="rounded-full shadow-sm w-40 mb-2" src="https://randomuser.me/api/portraits/women/26.jpg" <img class="rounded-full shadow-sm w-20 sm:w-40 mb-2" src="https://randomuser.me/api/portraits/women/26.jpg"
alt="user image"> alt="user image">
</div> </div>
<div class="flex flex-col py-4"> <div class="flex flex-col py-4">
<h6 class="font-bold text-3xl"> <h6 class="font-bold text-2xl sm:text-3xl">
Veronika Šmídová Veronika Šmídová
</h6> </h6>
<span class="mb-6 text-grey-300"> <span class="mb-6 text-grey-300">
...@@ -161,11 +161,11 @@ ...@@ -161,11 +161,11 @@
</div> </div>
<div class="flex mr-4 person-box"> <div class="flex mr-4 person-box">
<div class="mr-7"> <div class="mr-7">
<img class="rounded-full shadow-sm w-40 mb-2" src="https://randomuser.me/api/portraits/women/26.jpg" <img class="rounded-full shadow-sm w-20 sm:w-40" src="https://randomuser.me/api/portraits/women/26.jpg"
alt="user image"> alt="user image">
</div> </div>
<div class="flex flex-col py-4"> <div class="flex flex-col py-4">
<h6 class="font-bold text-3xl"> <h6 class="font-bold text-2xl sm:text-3xl">
Veronika Šmídová Veronika Šmídová
</h6> </h6>
<span class="mb-6 text-grey-300"> <span class="mb-6 text-grey-300">
......
...@@ -30,6 +30,7 @@ module.exports = { ...@@ -30,6 +30,7 @@ module.exports = {
}, },
// Breakpoints // Breakpoints
screens: { screens: {
'xs': '480px',
'sm': '576px', 'sm': '576px',
'md': '768px', 'md': '768px',
'lg': '992px', 'lg': '992px',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment