Skip to content

Commit a526196

Browse files
committed
updates
1 parent ed6b7b3 commit a526196

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

assets/css/main.css

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ input, select, textarea {
236236
}
237237

238238
h1, h2, h3, h4, h5, h6 {
239-
color: #ffffff;
239+
color: #fefeff;
240240
font-weight: 300;
241241
letter-spacing: 0.1em;
242242
line-height: 1.5;
@@ -245,7 +245,7 @@ input, select, textarea {
245245
}
246246

247247
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
248-
color: inherit;
248+
color:inherit;
249249
text-decoration: none;
250250
}
251251

@@ -1204,7 +1204,7 @@ input, select, textarea {
12041204
left: 0;
12051205
position: absolute;
12061206
top: 0;
1207-
width: 120%;
1207+
width: 100%;
12081208
z-index: 1;
12091209
opacity: 1;
12101210
}
@@ -1266,7 +1266,7 @@ input, select, textarea {
12661266
left: 0;
12671267
position: absolute;
12681268
text-align: left;
1269-
width: 120%;
1269+
width: 100%;
12701270
z-index: 2;
12711271
}
12721272

@@ -1615,11 +1615,11 @@ input, select, textarea {
16151615
background-size: cover;
16161616
content: '';
16171617
display: block;
1618-
height: 120%;
1618+
height: 100%;
16191619
left: 0;
16201620
position: absolute;
16211621
top: 0;
1622-
width: 120%;
1622+
width: 100%;
16231623
}
16241624

16251625
#main .thumb > .image {
@@ -1628,11 +1628,11 @@ input, select, textarea {
16281628
background-repeat: no-repeat;
16291629
background-size: cover;
16301630
border: 0;
1631-
height: 120%;
1631+
height: 100%;
16321632
left: 0;
16331633
position: absolute;
16341634
top: 0;
1635-
width: 120%;
1635+
width: 100%;
16361636
}
16371637

16381638
#main .thumb > h2 {
@@ -1658,13 +1658,13 @@ input, select, textarea {
16581658
background: rgba(36, 38, 41, 0.25);
16591659
content: '';
16601660
display: block;
1661-
height: 120%;
1661+
height: 100%;
16621662
left: 0;
16631663
opacity: 0;
16641664
position: absolute;
16651665
top: 0;
16661666
visibility: hidden;
1667-
width: 120%;
1667+
width: 100%;
16681668
z-index: 1;
16691669
}
16701670

@@ -1695,7 +1695,7 @@ input, select, textarea {
16951695
-webkit-transition-delay: 2.525s;
16961696
-ms-transition-delay: 2.525s;
16971697
transition-delay: 2.525s;
1698-
height: calc(60vh - 2em);
1698+
height: calc(50vh - 2em);
16991699
min-height: 30em;
17001700
width: 50%;
17011701
}
@@ -1772,7 +1772,7 @@ input, select, textarea {
17721772
-webkit-transition-delay: 2.075s;
17731773
-ms-transition-delay: 2.075s;
17741774
transition-delay: 2.075s;
1775-
height: calc(40vh - 2em);
1775+
height: 20%;
17761776
min-height: 20em;
17771777
width: 33.333333%;
17781778
}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ <h2>Basis Function Expansions for Observational Insight</h2>
113113
how we map an image of a galaxy to a sound via sonification. We are currently developing a framework for
114114
expansions of integral field spectrograph data, which will allow for analyses of both velocity and chemical
115115
information. </p>
116-
<p> Interested in learning more? Check out these papers:</p>
117116
<p> Quantifying <a href="https://ui.adsabs.harvard.edu/abs/2024arXiv241111972G/abstract"disk asymmetry></a> plus blurb </p>
118117
</article>
119118
<article class="thumb">

0 commit comments

Comments
 (0)