Răsfoiți Sursa

improved look of styling example

Rodja Trappe 2 ani în urmă
părinte
comite
a02934f874
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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