Changes
Jump to navigation
Jump to search
722 bytes added
, 13:36, 2 September 2021
Line 1,270:
Line 1,270:
text-transform: uppercase;
text-transform: uppercase;
letter-spacing: 0.51px;
letter-spacing: 0.51px;
+
}
+
.main-page-a1{
+
max-width: 228px;
+
display: flex;
+
flex-direction: column;
+
}
+
.main-page-span-img{
+
max-width: 100%;
+
width: 100%;
+
word-wrap: break-word;
+
}
+
.main-page-img{
+
width: 100%;
+
height: auto;
+
}
+
.main-page-span-text{
+
max-width: 100%;
+
word-wrap: break-word;
+
color: #414042;
+
text-transform: uppercase;
+
}
+
.main-page-span-title{
+
color: #414042;
+
font-family: "ProximaNova";
+
font-size: 16px;
+
font-weight: 700;
+
text-transform: uppercase;
+
letter-spacing: 0.64px;
+
margin-bottom: 0;
+
}
+
.main-page-p{
+
color: #414042;
+
font-family: "ProximaNova";
+
text-transform: none;
+
line-height: 1.8;
+
font-size: 14px;
+
font-weight: 400;
+
letter-spacing: 0.28px;
}
}