did footer shit
This commit is contained in:
@@ -507,4 +507,84 @@ div.elementor-row div.elementor-column-wrap.elementor-element-populated > div.el
|
||||
|
||||
body > section > div.elementor-container.elementor-column-gap-default > div > div > div > div > section.elementor-section.elementor-inner-section.elementor-element.elementor-element-7d70af41.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default > div > div > div > div > div > div.elementor-element.elementor-element-a57474b.elementor-widget.elementor-widget-text-editor > div > div {
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* FOOTER */
|
||||
footer{
|
||||
background-color: #6e7277;
|
||||
color: #d7d7d9;
|
||||
width: 100vw;
|
||||
padding-bottom: 20px;
|
||||
font-family: "Montserrat", Sans-serif, "Roboto Slab";
|
||||
}
|
||||
|
||||
div.generic-info {
|
||||
background-color: white;
|
||||
color: #7a7a7a;
|
||||
text-align: center;
|
||||
margin: 0px 7.5% ;
|
||||
margin-top: 2%;
|
||||
padding-bottom: 10px;
|
||||
|
||||
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
div.footer-cols {
|
||||
--page-title-display: block;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #d7d7d9;
|
||||
hyphens: manual;
|
||||
text-align: left;
|
||||
box-sizing: border-box;
|
||||
flex-wrap: wrap;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
display: grid;
|
||||
-webkit-box-align: stretch;
|
||||
align-items: stretch;
|
||||
grid-column-gap: 30px;
|
||||
grid-row-gap: 30px;
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
padding-bottom: 2%;
|
||||
padding-top: 2%;
|
||||
}
|
||||
|
||||
div.footer-col {
|
||||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
hyphens: manual;
|
||||
text-align: left;
|
||||
line-height: 1.5;
|
||||
box-sizing: border-box;
|
||||
word-break: break-word;
|
||||
|
||||
}
|
||||
div.footer-col .col-title{
|
||||
color: #9d9175;
|
||||
}
|
||||
div.footer-col a {
|
||||
width: 100%;
|
||||
color: #d7d7d9;
|
||||
text-decoration: none;
|
||||
line-height: 2em;
|
||||
}
|
||||
div.footer-col p {
|
||||
width: 100%;
|
||||
color: #d7d7d9;
|
||||
|
||||
}
|
||||
|
||||
div.copyright {
|
||||
border-top: 1px solid #4b445a;
|
||||
color: #d7d7d9;
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.copyright p {
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user