- change temp.txt in alphabet.txt

- made hugolamy title smaller
- removed mediaquery for font size
This commit is contained in:
asus
2023-12-08 09:14:17 +01:00
parent a6979b8d23
commit 70ae41f7d4
3 changed files with 7 additions and 2 deletions

View File

@@ -52,14 +52,14 @@
<section class="section hero" id="hero"> <section class="section hero" id="hero">
<header> <header>
<h1 aria-label="hugo lamy" id="name" class="title"> <h1 aria-label="hugo lamy" id="name" class="title">
<span aria-hidden="true" class="pre"> <span aria-hidden="true" class="pre pre_small">
           
             
             
               
         
</span> </span>
<span aria-hidden="true" class="pre"> <span aria-hidden="true" class="pre pre_small">
           
             
           

View File

@@ -12,11 +12,13 @@ body, pre {
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
/*
@media screen and (min-width: 500px) { @media screen and (min-width: 500px) {
html { html {
font-size: calc(var(--base_font_size) * 1.2); font-size: calc(var(--base_font_size) * 1.2);
} }
} }
*/
ul { ul {
display: block; display: block;
list-style-type: "• "; list-style-type: "• ";
@@ -61,4 +63,7 @@ h6 { margin: 10px 0px; font-size: 1.0rem; }
line-height: 0.8; line-height: 0.8;
font-size: min(2.1vw, 1.0rem); font-size: min(2.1vw, 1.0rem);
} }
.pre_small {
font-size: min(1.5vw, 0.7rem);
}