Skip to content

Commit

Permalink
Merge pull request #37 from ramangupta44/DXSydney
Browse files Browse the repository at this point in the history
Dx sydney
  • Loading branch information
ramangupta44 authored Sep 6, 2023
2 parents c48eb59 + 37296ac commit e346c1b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
Binary file added src/sxastarter/public/circle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 40 additions & 2 deletions src/sxastarter/src/assets/EspireComponent/DXSydney.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
header{
display: none;
}

.banner .banner-default:before{
background: none !important;
}

.banner .banner-default .container{
top: 83px !important;
}

#DxSydney > .component-content > .row {
margin-right: 0 !important;
}

#Section1 {
padding: 0 90px;
margin-top: -13%;
}

.banner .banner-default .banner-content {
max-width: 100%;
}

#Section1 .component.promo{
background: none !important;
}
Expand Down Expand Up @@ -49,6 +65,28 @@ header{
box-shadow: black 1px 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 3px;
font-size: 23px;
letter-spacing: 1px;
}

#Section4{

margin-top: 50px;
margin-bottom: 50px;

}

#Section4 a{
background: rgba(0,132,234,1);
color: #fff;
padding: 13px;
border-radius: 38px;
border: 5px solid white;
box-shadow: black 1px 1px 1px 1px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.7px;
font-size: 14px;
width: 270px;
display: grid;
margin: 0 auto;
}

1 comment on commit e346c1b

@vercel
Copy link

@vercel vercel bot commented on e346c1b Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.