diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index 8a4a445..05dc463 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -77,10 +77,13 @@ body,html{ .text_header{ padding-right: 90px; + text-transform: uppercase; } + + .standart_txt{ color: #ffffff; /*font-family: Spline Sans;*/ @@ -161,7 +164,7 @@ body,html{ .description_page{ margin-top: 50px; display: block; - font-size: 24px; + font-size: 20px; font-weight: 500; color: #000000; } @@ -453,7 +456,7 @@ body,html{ border-radius: 6px 6px 0 0; height: 6px; width: 100%; - background: linear-gradient(270deg, #FB6952 63.38%, #DD4F39 80.71%, #B73825 104%);; + background: linear-gradient(270deg, #FB6952 63.38%, #DD4F39 80.71%, #B73825 104%); } .form_consultation{ @@ -461,6 +464,10 @@ body,html{ border-radius: 0 0 6px 6px; } +.title_form_consultation{ + text-transform: uppercase; +} + .container_content_form_consultation{ padding: 40px 60px 70px 80px; display: flex; diff --git a/static/aerbimCSSMOBILE.css b/static/aerbimCSSMOBILE.css index 10a22ab..5e8c584 100644 --- a/static/aerbimCSSMOBILE.css +++ b/static/aerbimCSSMOBILE.css @@ -87,6 +87,9 @@ .cut-width{ margin: 0 20px; } + .title_page{ + font-size: 36px; + } /* curtain*/ .curtain_main{ height: calc(100vh - 20px);