Changed some classes to IDs, some names from underscores
to hyphens, and gave some elements 100% so they wouldn't
try to wrap over each other.
margin-left: auto;
margin-right: auto;
}
-#content_wrapper {
+#content-wrapper {
+ width: 100%; max-width: 100%;
background-color: white;
> * {
max-width: 1000px;
padding-right: 20px;
}
}
+ .content {
+ margin-bottom: 0px;
+ border-bottom: 1px solid lightgrey;
+ }
}
p {
line-height: 1.4;
position: sticky;
width: 32px;
}
-header {
+#page-header {
background: $black;
.row {
#logo {
.search {
padding-bottom: 25px;
padding-top: 5px;
- input {
+ #lar-search {
width: 100%;
height: 24px;
font-size: rem-calc(12);
margin: 0;
border-radius: 10px;
}
- img {
+ #top-search-button {
float: right;
margin-top: -24px;
border-radius: 10px;
#welcome {
padding: 0 30px;
}
-#content_wrapper {
- .content {
- margin-bottom: 0px;
- border-bottom: 1px solid lightgrey;
- }
-}
.content {
background: $white;
padding: 20px;
margin: 0 2px;
}
}
-#footer_address {
+#footer-address {
+ width: 100%; max-width: 100%;
background: white;
- padding-bottom: 20px;
+ padding: 20px 0;
}
-footer {
+#page-footer {
+ width: 100%; max-width: 100%;
background: #b9b8a3;
img {
margin: 25px 0;
border: 2px solid white;
}
}
- #footer_signup:hover {
+ #footer-signup:hover {
cursor: pointer;
}
}
-footer span.bullet,
+#page-footer span.bullet,
#copyright span.bullet {
margin: 0 5px;
@media #{$small-only} {