Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions liberty-starter-application/src/main/webapp/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ body {
#banner {
position: relative;
height: 236px;
width: 1280px;
width: 100%;
margin-left: auto;
margin-right: auto;
max-height: 330px;
Expand All @@ -151,7 +151,7 @@ body {

.banner-img {
background-image: url("../img/wavelight_unsplash.jpg");
background-position: 57.3% 50%;
background-position: 58.5% 50%;
z-index: 3;
background-size: 4800px;
background-repeat: no-repeat;
Expand All @@ -168,7 +168,7 @@ body {
color: #BCDCFF;
font-size: 41px;
padding-top: 50px;
padding-left: 88px;
padding-left: 276px;
position: relative;
z-index: 8;
}
Expand All @@ -184,7 +184,7 @@ body {
line-height: 33px;
color: #fff;
padding-top: 10px;
padding-left: 88px;
padding-left: 276px;
position: relative;
z-index: 8;
width: 500px;
Expand All @@ -195,7 +195,7 @@ body {
-moz-box-shadow: 0px 0px 5px 2px rgba(102,102,102,1);
box-shadow: 0px 0px 5px 2px rgba(102,102,102,1);
background: #fff;
bottom: -117px;
bottom: -106px;
position: absolute;
left: 0px;
transform: rotate(-3.6deg);
Expand Down