Browse Source

buttons

master
rdrew 3 weeks ago
parent
commit
cfbf806699
  1. 8
      css/footer.css
  2. 1
      css/header.css
  3. 2
      css/node.css

8
css/footer.css

@ -1,14 +1,16 @@
/** /**
* footer * footer
*/ */
/* Footer */ /* Footer */
.footer { .footer {
position: relative; position: relative;
background-color: var(--light); background-color: var(--light);
width: 100%; width: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
} background-color: #333;
color: #fff;
}
.footer ul { .footer ul {
list-style: none; list-style: none;
padding: 0; padding: 0;

1
css/header.css

@ -290,6 +290,7 @@
position: relative; position: relative;
margin: 0; margin: 0;
padding: 0; padding: 0;
display: none;
} }
.search-icon { .search-icon {
position: relative; position: relative;

2
css/node.css

@ -9,7 +9,7 @@
.node-view-mode-teaser { .node-view-mode-teaser {
position: relative; position: relative;
margin-bottom: 4rem; margin-bottom: 4rem;
border-bottom: 4px double var(--border); border-bottom: 4px double #aaa;
} }
.node-view-mode-teaser.node-sticky { .node-view-mode-teaser.node-sticky {
border: 2px solid var(--border); border: 2px solid var(--border);

Loading…
Cancel
Save