mirror of
				https://github.com/nitnelave/lldap.git
				synced 2023-04-12 14:25:13 +00:00 
			
		
		
		
	app: add bottom padding to avoid overlap with the footer
This commit is contained in:
		
							parent
							
								
									f52197e76f
								
							
						
					
					
						commit
						93ab78501e
					
				@ -100,7 +100,7 @@ impl Component for App {
 | 
			
		||||
        html! {
 | 
			
		||||
            <div class="container shadow-sm py-3">
 | 
			
		||||
              {self.view_banner()}
 | 
			
		||||
              <div class="row justify-content-center">
 | 
			
		||||
              <div class="row justify-content-center" style="padding-bottom: 80px;">
 | 
			
		||||
                <div class="shadow-sm py-3" style="max-width: 1000px">
 | 
			
		||||
                  <Router<AppRoute>
 | 
			
		||||
                    render = Router::render(move |s| Self::dispatch_route(s, &link, is_admin))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user