mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
additional navbar responsiveness
This commit is contained in:
@@ -147,7 +147,7 @@ figure {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create four equal columns that sits next to each other */
|
/* Create eight equal columns that sits next to each other */
|
||||||
.column {
|
.column {
|
||||||
-ms-flex: 12.5%;
|
-ms-flex: 12.5%;
|
||||||
flex: 12.5%;
|
flex: 12.5%;
|
||||||
@@ -206,6 +206,14 @@ figure {
|
|||||||
.navbar {
|
.navbar {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar li a {
|
||||||
|
padding: 10px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar li .header {
|
||||||
|
padding: 10px 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
|
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
|
||||||
@@ -226,6 +234,14 @@ figure {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
font-size: smaller;
|
font-size: xx-small;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar li a {
|
||||||
|
padding: 8px 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar li .header {
|
||||||
|
padding: 8px 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user