mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 20:03:18 +02:00
overwrite page-edit for license (#3006)
This commit is contained in:
parent
8eebea7623
commit
634f9f2ff0
2 changed files with 174 additions and 0 deletions
8
docs/.vuepress/theme/styles/wrapper.styl
Normal file
8
docs/.vuepress/theme/styles/wrapper.styl
Normal file
|
@ -0,0 +1,8 @@
|
|||
$wrapper
|
||||
max-width $contentWidth
|
||||
margin 0 auto
|
||||
padding 2rem 2.5rem
|
||||
@media (max-width: $MQNarrow)
|
||||
padding 2rem
|
||||
@media (max-width: $MQMobileNarrow)
|
||||
padding 1.5rem
|
Loading…
Add table
Add a link
Reference in a new issue