mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-09 12:47:12 -06:00
feat(title, bannerimg): tab title changed and fading of banner image, title of page changed as well
This commit is contained in:
@ -138,7 +138,9 @@ creates dwon downs
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
z-index: -1;
|
||||
z-index: -2;
|
||||
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
|
||||
mask-image: linear-gradient(to bottom, black 80%, transparent);
|
||||
}
|
||||
|
||||
/* used to postiion title and sub title */
|
||||
@ -152,7 +154,7 @@ creates dwon downs
|
||||
|
||||
margin-left: 15svw;
|
||||
|
||||
font-size: xx-large; /* todo make larger */
|
||||
font-size: 80px; /* todo make larger */
|
||||
font-weight: normal;
|
||||
|
||||
background-color: white;
|
||||
|
Reference in New Issue
Block a user