4,554
edits
No edit summary |
No edit summary |
||
Line 950: | Line 950: | ||
/* End Style for article window<------ */ | /* End Style for article window<------ */ | ||
.footer { | .footer { | ||
display: grid; | |||
grid-template-columns: 1fr auto 1fr; | grid-template-columns: 1fr auto 1fr; | ||
align-items: center; | align-items: center; | ||
position: fixed; | position: fixed; | ||
left: 0; | left: 0; | ||
bottom: | bottom: 0; | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
z-index: 11; | z-index: 11; | ||
background: transparent linear-gradient(180deg, #FFF0 0%, #FAFAFA 100%) 0% 0% no-repeat padding-box; | |||
padding-left: 25px; | |||
padding-right: 25px; | |||
padding-bottom: 25px; | |||
padding-top: 50px; | |||
} | } | ||
Line 978: | Line 982: | ||
font-family: 'HALColant-TextRegular'; | font-family: 'HALColant-TextRegular'; | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||