edit: contenu et structure de la section titre + réglages responsive global
This commit is contained in:
@@ -68,9 +68,9 @@
|
||||
|
||||
#btnColumn .iconBtnStyle{
|
||||
width:100%;
|
||||
height:16.1%;
|
||||
height:20%;
|
||||
margin-left: -13.12%;
|
||||
margin-top: 33%;
|
||||
margin-top: 19%;
|
||||
}
|
||||
|
||||
#btnColumn .icon{
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
#welcomeText{
|
||||
overflow-y: scroll;
|
||||
height: 66.6%;
|
||||
height: 73%;
|
||||
font-size: 16.1px;
|
||||
font-family: 'velvelyne';
|
||||
color: var(--main-color);
|
||||
@@ -105,8 +105,22 @@
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
/*================ MID FORMAT*/
|
||||
@media(min-width:500px){
|
||||
#welcomeText{
|
||||
height:75%;
|
||||
}
|
||||
|
||||
#btnColumn .iconBtnStyle{
|
||||
height:20%;
|
||||
margin-left: 0;
|
||||
margin-top: 7.77%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*================ PC LARGE*/
|
||||
@media(min-width:1000px){
|
||||
@media(min-width:1300px){
|
||||
#welcomeText{
|
||||
height:71%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user