You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
pizza.krasnikov.pro/.history/styles/components/block/Motto_20220617163236.scss

60 lines
1.1 KiB

.icon_moped{
background: url('/asset/img/moped.svg') 100% 100% no-repeat;
height: 40px;
width: 55px;
margin-right: 5px;
margin-left: 1px;
position: relative;
display: inline-block;
}
.icon_fire{
background: url('/asset/img/fire.svg') 100% 100% no-repeat;
height: 45px;
width: 35px;
margin-right: 15px;
margin-left: 12px;
position: relative;
display: inline-block;
}
.icon_phone{
background: url('/asset/img/phone.svg') 100% 100% no-repeat;
height: 45px;
width: 35px;
margin-right: 15px;
margin-left: 12px;
position: relative;
display: inline-block;
}
.title_header_box{
display: block;
margin-bottom: 10px;
}
.title_header{
display: grid;
}
@media (max-width: 940px) {
.title_header {
display: grid;
}
}
.typography_box{
margin-top: 20px;
margin-bottom: 20px;
}
.typography_h1{
font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 36px;
position: relative;
display: inline-block;
}