瀏覽代碼

improved look of styling example

Rodja Trappe 2 年之前
父節點
當前提交
a02934f874
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/reference.py

+ 1 - 1
website/reference.py

@@ -17,7 +17,7 @@ While having reasonable defaults, you can still modify the look of your app by u
         with ui.row():
             ui.label('CSS').style('color: #888; font-weight: bold')
             ui.label('Tailwind').classes('font-serif')
-            ui.label('Quasar').classes('q-mt-md')
+            ui.label('Quasar').classes('q-ml-xl')
         ui.link('NiceGUI on GitHub', 'https://github.com/zauberzeug/nicegui')
 
     @example('''#### Common UI Elements