Use clamping to help with responsive font size.
This commit is contained in:
parent
7029c8f944
commit
8ba8d480ce
6 changed files with 70 additions and 46 deletions
|
|
@ -330,11 +330,11 @@ title: Resume
|
|||
</div>
|
||||
|
||||
<div class="faq-container">
|
||||
<input type="checkbox" id="faq-toggle" class="visually-hidden">
|
||||
<label for="faq-toggle" class="question-icon">
|
||||
<span class="icon question"><p><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512m0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5v3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zm-32 192a32 32 0 1 1 64 0 32 32 0 1 1-64 0"></path></svg></span></p></span>
|
||||
<span class="icon close"><p><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m2.59 6L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41z"></path></svg></span></p></span>
|
||||
</label>
|
||||
<input type="checkbox" id="faq-toggle" class="visually-hidden" tabindex="-1">
|
||||
<div class="faq">
|
||||
<h3>Questions and Answers</h3>
|
||||
<p>Why did you resign from your last job?</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue