Browse Source

buttons

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

2
css/footer.css

@ -8,6 +8,8 @@
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;

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