started working on a producgt page with juice
This commit is contained in:
parent
3047740ed1
commit
21dd36d12a
5 changed files with 232 additions and 0 deletions
29
sass/style.scss
Normal file
29
sass/style.scss
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
div.nav-outlinks {
|
||||
-webkit-box-orient: horizontal;
|
||||
-moz-box-orient: horizontal;
|
||||
-webkit-box-direction: normal;
|
||||
-moz-box-direction: normal;
|
||||
-webkit-flex-flow: wrap;
|
||||
flex-flow: wrap;
|
||||
-webkit-box-pack: center;
|
||||
-moz-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
gap: 1em;
|
||||
/* display: -webkit-box; */
|
||||
/* display: -moz-box; */
|
||||
/* display: -webkit-flex; */
|
||||
display: flex;
|
||||
}
|
||||
|
||||
footer div.nav-outlinks a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.inline-icon-container svg {
|
||||
vertical-align: middle;
|
||||
fill: #fff;
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue