Skip to content

Commit

Permalink
fix of margins
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Feb 28, 2024
1 parent ef98af8 commit 1ccf7cc
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h2 class="chat-now sections sections-wrapper">Chat Now!*</h2>
<p class="note sections sections-wrapper">*You should have ChatGPT Plus subscription plan to be able to use agents</p>
<section class="button-itself sections-wrapper">
<img class="sun1 sections" src="./images/sun1.png">
<section class="sections">
<section class="sections list-gpts">
<a href="https://chat.openai.com/g/g-HnvTUyFeq-genetics-genie" target="_blank" rel="noopener noreferrer"><p>Genetics Genie</p></a>
<a href="https://chat.openai.com/g/g-Y7oRsdMUS-drugage-genie" target="_blank" rel="noopener noreferrer"><p>DrugAge Genie</p></a>
<a href="https://chat.openai.com/g/g-I8OGEVL4X-animal-ageing-genie" target="_blank" rel="noopener noreferrer"><p>Animal Ageing Genie</p></a>
Expand Down
49 changes: 44 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ section h2 {
align-items: center;
padding-bottom: 350px;
gap: 60px;
flex-wrap: wrap;
}
.longevitygpt{
font-size: 3.3em;
Expand Down Expand Up @@ -265,6 +266,7 @@ section h2 {
display: flex;
justify-content: end;
margin-left: auto;
flex-wrap: wrap;
}
.nav{
height: 50px;
Expand Down Expand Up @@ -567,7 +569,7 @@ a.bold{
border-top-right-radius: 15%;
border-top-left-radius: 15%;
border-bottom-left-radius: 10%;
font-size: 2em;
font-size: 1.8em;
font-weight: 100;
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -642,6 +644,16 @@ align-items:end;
margin-top: 0px;
font-size: 3em;
}
.sun1{
position: absolute;
height: 320px;
border: 6px solid white;
padding: 0;
border-radius: 50%;
margin-bottom: 10px;
margin-left: 30px;
top: -150px;
}
.header p{
font-size: 1.4em;
margin-top: 0px;
Expand Down Expand Up @@ -669,6 +681,9 @@ align-items:end;
.imagess{
margin-top: -650px;
}
h2.chat-now{
top: 100px;
}
#textbig{
text-align: center;
margin-left: auto;
Expand Down Expand Up @@ -729,9 +744,10 @@ align-items:end;
margin-left: -100vw;
overflow-x: hidden;
width: 300vw;
display: none;
}
.grandpablur2{
width: 302%;
display: none;
}
.future-plans{
overflow-x: hidden;
Expand All @@ -751,7 +767,7 @@ align-items:end;
z-index: 101;
}
.slider-next{
margin-left: 20px;
margin-right: 0px;
}
.logos-div{
flex-direction: column;
Expand All @@ -776,9 +792,10 @@ align-items:end;
}
.arrow{
position: relative;
margin-left: 200px;
margin-left: 140px;
top: 80px;
order: 3;
overflow: hidden;
}
.chat-now{
margin-left: auto;
Expand All @@ -798,9 +815,10 @@ align-items:end;
.button-itself{
position: relative;
top: 80px;
left: 60px;
left: 0px;
order: 4;
}

.donors-affiliations{
margin-top: -200px;
padding-top: 100px;
Expand All @@ -821,4 +839,25 @@ align-items:end;
margin-left: auto;
margin-right: auto;
}
.longevitygpt{
font-size: 3.3em;
font-weight: 600;
}
.zuzalu{
height: 160px;
}
.openai{
height: 150px;
}
.heales{
height: 150px;
}
.cellfabric{
height: 150px;
}
section.sections.list-gpts.animate-slide{
top: -80px;
margin-left: 50px;
position: relative;
}
}

0 comments on commit 1ccf7cc

Please sign in to comment.