Explorar o código

improved look of styling example

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
a02934f874
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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