Skip to content
Snippets Groups Projects
Commit 91dcf134 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

sponsoring title

parent 7088986a
No related branches found
No related tags found
No related merge requests found
Pipeline #426274 failed
...@@ -361,7 +361,8 @@ margin-bottom: 10vw !important; ...@@ -361,7 +361,8 @@ margin-bottom: 10vw !important;
.header-title{ .header-title{
color: var(--text-primary) !important; color: var(--text-primary) !important;
text-align: center; text-align: center;
align-self: flex-start; align-items: center;
margin: auto !important;
padding: 0 30px; padding: 0 30px;
font-size: 130px; font-size: 130px;
font-weight: 900; font-weight: 900;
...@@ -3532,4 +3533,10 @@ a{ ...@@ -3532,4 +3533,10 @@ a{
.footer-slider .slider-container .slick-slider .slick-initialized .slick-list .slick-track{ .footer-slider .slider-container .slick-slider .slick-initialized .slick-list .slick-track{
width: 900px !important; width: 900px !important;
}
.header-title svg{
max-width: 100% !important;
margin: auto;
} }
\ No newline at end of file
...@@ -121,7 +121,7 @@ export function Hwave({text, id}:{text: string, id?: string}){ ...@@ -121,7 +121,7 @@ export function Hwave({text, id}:{text: string, id?: string}){
idtext = stringToSlug(text); idtext = stringToSlug(text);
} }
return( return(
<svg id={idtext} className="bigtitle" viewBox="0 0 150 20"> <svg id={idtext} className="bigtitle" viewBox="0 0 100 20">
<defs> <defs>
<linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1"> <linearGradient id="gradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="5%" stopColor="#850F78"/> <stop offset="5%" stopColor="#850F78"/>
......
export function SPONH() { export function SPONH() {
return ( return (
<HeaderBox title="Sponsors" title2="and Partners"> <HeaderBox title="Sponsors" title2="& Partners">
</HeaderBox> </HeaderBox>
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment