Modif écran

This commit is contained in:
SoraxDubbing 2022-02-27 17:23:32 +01:00
parent bf8aa3af2d
commit 4a1a562cbd
2 changed files with 5 additions and 7 deletions

View File

@ -2855,12 +2855,10 @@ input:checked + .toggleSwitchSlider:before {
/* Logo image. */ /* Logo image. */
#image_seal { #image_seal {
height: 70px; height: auto;
width: auto;
position: relative; position: relative;
border: 2px solid white;
box-sizing: border-box; box-sizing: border-box;
border-radius: 50%; max-width: 400%;
} }
/* Logo container styles. */ /* Logo container styles. */

View File

@ -124,8 +124,8 @@
<div id="center"> <div id="center">
<div class="bot_wrapper"> <div class="bot_wrapper">
<div id="content"> <div id="content">
<button id="newsButton"> <!--button id="newsButton">
<!--<img src="assets/images/icons/arrow.svg" id="newsButtonSVG"/>--> <<img src="assets/images/icons/arrow.svg" id="newsButtonSVG"/>>
<div id="newsButtonAlert" style="display: none;"></div> <div id="newsButtonAlert" style="display: none;"></div>
<svg id="newsButtonSVG" viewBox="0 0 24.87 13.97"> <svg id="newsButtonSVG" viewBox="0 0 24.87 13.97">
<defs> <defs>
@ -134,7 +134,7 @@
<polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/> <polyline class="arrowLine" points="0.71 13.26 12.56 1.41 24.16 13.02"/>
</svg> </svg>
&#10;<span id="newsButtonText">ACTUALITES</span> &#10;<span id="newsButtonText">ACTUALITES</span>
</button> </button-->
</div> </div>
</div> </div>
</div> </div>