resolved pbm of margin in title section, it was because of the min function in font size

This commit is contained in:
asus
2023-11-19 21:24:54 +01:00
parent 2f95a96834
commit f334f87390
6 changed files with 19 additions and 17 deletions

View File

@@ -7,8 +7,8 @@
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<title>hugulumu.fr</title>
<meta name="description" content="site web de hugo lamy, developpeur">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/reset.css" type="text/css" rel="stylesheet">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/global.css" type="text/css" rel="stylesheet">
<link href="./styles/text.css" type="text/css" rel="stylesheet">
<link href="./styles/elements/mouses.css" type="text/css" rel="stylesheet">
@@ -16,7 +16,6 @@
<link href="./styles/elements/title.css" type="text/css" rel="stylesheet">
<link href="./styles/elements/cv.css" type="text/css" rel="stylesheet">
<link href="./styles/elements/infos.css" type="text/css" rel="stylesheet">
<link href="./styles/elements/sections.css" type="text/css" rel="stylesheet">
</head>
<!--
@@ -71,14 +70,13 @@
-->
<body>
<body id="body">
<!--
CV
-->
<section id="cv" data-flex="vertical left">
<h2>voici mon CV, que vous pouvez egalement <a href="downloads/hugo_lamy_2023_cv.pdf" download>télécharger en pdf</a></h2>
<h2><a href="downloads/hugo_lamy_2023_cv.pdf" download>version pdf</a></h2>
<details>
<summary>
<h2>Informatique</h2>
@@ -177,7 +175,7 @@
     
</pre>
</figure>
<figure id="title" style="gap:10px 30px; margin:30px 0px;" data-flex="horizontal center wrap">
<figure id="title" style="gap:10px 30px;" data-flex="horizontal center wrap">
<pre>
             
                   
@@ -720,6 +718,7 @@
</div>
</body>
</html>