css rorschach theme
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#block-breadcrumbs{
|
||||
nav {
|
||||
ol {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
|
||||
li{
|
||||
padding-right: 1rem;
|
||||
::after{
|
||||
padding-left: 1rem;
|
||||
content: " >";
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// #block-breadcrumbs > nav:nth-child(1) > ol:nth-child(2)
|
||||
@@ -6,7 +6,7 @@
|
||||
header{
|
||||
// display: block;
|
||||
// width: 100%;
|
||||
position: fixed;
|
||||
// position: fixed;
|
||||
z-index: 99;
|
||||
width: 100vw;
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
padding-bottom: 0.8rem;
|
||||
max-width: inherit;
|
||||
width: 220px;
|
||||
align-items: center;
|
||||
// align-items: center;
|
||||
// padding-left: 1rem;
|
||||
height: 20px;
|
||||
// text-align: none
|
||||
|
||||
Reference in New Issue
Block a user