Commit compiled CSS (which includes ingenious old jury-rigging i'm throwing out
This commit is contained in:
parent
0565057444
commit
9e10fe4d11
1 changed files with 17 additions and 10 deletions
27
web/themes/custom/geofresco/dist/css/global.css
vendored
27
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -3049,9 +3049,9 @@ a.tag:hover {
|
|||
text-align: center;
|
||||
vertical-align: top; }
|
||||
|
||||
.geo-title {
|
||||
.site-title {
|
||||
display: inline-block;
|
||||
width: 6em;
|
||||
width: 4.5em;
|
||||
font-size: 37px;
|
||||
line-height: 38px;
|
||||
position: relative;
|
||||
|
@ -6011,11 +6011,15 @@ label.panel-block {
|
|||
padding-left: 1rem;
|
||||
padding-right: 1rem; } }
|
||||
|
||||
#block-geofresco-account-menu .menubar {
|
||||
position: absolute;
|
||||
right: 3.25rem;
|
||||
z-index: 40;
|
||||
top: 2.5rem; }
|
||||
@media screen and (max-width: 768px) {
|
||||
#block-geofresco-account-menu .menubar {
|
||||
position: absolute;
|
||||
right: 3.25rem;
|
||||
z-index: 40;
|
||||
top: 1.75rem; } }
|
||||
|
||||
.navbar {
|
||||
z-index: 0; }
|
||||
|
||||
.featured-image figure.image {
|
||||
width: 100vw;
|
||||
|
@ -6027,6 +6031,12 @@ label.panel-block {
|
|||
.featured-image figure.image img {
|
||||
width: 100%; }
|
||||
|
||||
.section {
|
||||
padding: 0.5rem 1.5rem 1.5rem; }
|
||||
|
||||
.block-page-title-block {
|
||||
padding: 1rem 1.5rem; }
|
||||
|
||||
.column {
|
||||
display: block;
|
||||
-ms-flex-preferred-size: 0;
|
||||
|
@ -8169,6 +8179,3 @@ label.panel-block {
|
|||
.footer {
|
||||
background-color: #fafafa;
|
||||
padding: 3rem 1.5rem 6rem; }
|
||||
|
||||
.empty-top {
|
||||
padding: 0.375rem; }
|
||||
|
|
Loading…
Add table
Reference in a new issue