Skip to content

Commit

Permalink
Correction of largest screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Nkululeko Memela authored and Nkululeko Memela committed Aug 30, 2023
1 parent acc17ad commit 803c54d
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 11 deletions.
51 changes: 43 additions & 8 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
background-color: var(--dl-color-gray-700);
}
.home-about-us {
width: auto;
width: 1603px;
height: auto;
display: flex;
position: relative;
Expand All @@ -215,14 +215,15 @@
padding-left: var(--dl-space-space-tripleunit);
padding-right: var(--dl-space-space-tripleunit);
flex-direction: row;
padding-bottom: unset;
padding-bottom: var(--dl-space-space-tenunits);
justify-content: center;
}
.home-container3 {
width: 481px;
display: flex;
align-items: flex-start;
padding-top: 0;
padding-right: var(--dl-space-space-doubleunit);
padding-top: var(--dl-space-space-0);
flex-direction: column;
justify-content: center;
}
Expand All @@ -234,7 +235,7 @@
flex-direction: column;
}
.home-image {
width: 478px;
width: 963px;
height: 543px;
object-fit: scale-down;
}
Expand Down Expand Up @@ -719,7 +720,7 @@
}
.home-container4 {
width: 960px;
height: auto;
height: 1596px;
}
.home-image {
width: 925px;
Expand Down Expand Up @@ -829,8 +830,8 @@
text-decoration: none;
}
.home-about-us {
width: auto;
height: 2020px;
width: 1189px;
height: 2140px;
}
.home-container3 {
flex-direction: column;
Expand Down Expand Up @@ -878,12 +879,21 @@
max-width: 100%;
flex-direction: column;
}
.home-container3 {
width: 955px;
}
.home-text12 {
padding-bottom: var(--dl-space-space-doubleunit);
}
.home-container4 {
width: 100%;
}
.home-card-content1 {
padding-right: 0px;
}
.home-text42 {
color: var(--dl-color-primary-100);
}
.home-feature-card {
align-self: center;
}
Expand Down Expand Up @@ -915,8 +925,10 @@
@media(max-width: 767px) {
.home-link {
color: var(--dl-color-primary-100);
height: 43px;
font-size: 14px;
font-style: normal;
text-align: center;
font-weight: 700;
text-decoration: none;
}
Expand All @@ -933,9 +945,16 @@
height: 2459px;
align-items: center;
}
.home-container3 {
width: 724px;
height: 566px;
}
.home-container4 {
width: 100%;
}
.home-text41 {
margin-right: var(--dl-space-space-tripleunit);
}
.home-heading-container {
width: 100%;
}
Expand Down Expand Up @@ -1037,8 +1056,21 @@
padding-left: var(--dl-space-space-tripleunit);
padding-bottom: var(--dl-space-space-tenunits);
}
.home-container3 {
width: 100%;
height: auto;
}
.home-text11 {
height: 212px;
line-height: 1.3;
margin-left: var(--dl-space-space-unit);
padding-top: 0px;
margin-bottom: var(--dl-space-space-tenunits);
}
.home-text12 {
padding-bottom: var(--dl-space-space-doubleunit);
padding-top: var(--dl-space-space-fiveunits);
padding-left: var(--dl-space-space-unit);
padding-bottom: var(--dl-space-space-fiveunits);
}
.home-image {
width: 100%;
Expand All @@ -1047,6 +1079,9 @@
.home-data {
position: relative;
}
.home-text41 {
margin-right: var(--dl-space-space-tripleunit);
}
.home-feature-card {
width: 100%;
}
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h1 class="content-header home-text11">
<div class="home-container4 content-header">
<img
alt="image"
src="public/pyramid_diagram4-1300w.jpg"
src="public/pyramid_diagram4-1500w.jpg"
class="home-image"
/>
<h1 class="content-header">
Expand Down Expand Up @@ -270,9 +270,9 @@ <h3 class="data-card-heading">THREDDS</h3>
</div>
</div>
<div class="data-card-section">
<div class="data-card">
<div class="data-card home-card-content1">
<h3 class="data-card-heading">Files</h3>
<span class="data-card-content">
<span class="data-card-content home-text41">
<span class="home-text42">
With our File Server, you have the ability to directly
download raw files, providing flexibility to work with data in
Expand Down
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 803c54d

Please sign in to comment.