Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ARCHITRAVE
SADE
Commits
1d547c3e
Commit
1d547c3e
authored
Oct 12, 2020
by
sendler
🐢
Browse files
add column styling
parent
86059851
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/css/custom.css
View file @
1d547c3e
...
...
@@ -116,4 +116,13 @@ caption {
display
:
flow-root
;
margin
:
auto
;
width
:
50%
;
}
.column-wrapper
{
display
:
flex
;
flex-flow
:
row
nowrap
;
}
.column
{
flex
:
1
1
auto
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment