projects
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f27d945
)
WIP:bulma:neu
author
Kai Moritz
<kai@juplo.de>
Sat, 27 Feb 2021 07:44:29 +0000
(08:44 +0100)
committer
Kai Moritz
<kai@juplo.de>
Sat, 27 Feb 2021 07:44:29 +0000
(08:44 +0100)
sass/juplo.scss
patch
|
blob
|
history
diff --git
a/sass/juplo.scss
b/sass/juplo.scss
index
2511b21
..
cd03e36
100644
(file)
--- a/
sass/juplo.scss
+++ b/
sass/juplo.scss
@@
-127,19
+127,21
@@
footer
main,
#copyright
{
- flex-grow: 1;
- max-width: 768px;
- min-width: 568px;
+ flex: 0 1 768px;
overflow: hidden;
}
nav,
#footerlinks
{
- flex
-grow: 0
;
+ flex
: 0 0 293px
;
min-width: 293px;
}
+label
+{
+ @extend .label;
+}
input[type=submit],
input[type=reset]
{