mirror of
				https://github.com/yeasy/docker_practice.git
				synced 2025-11-04 11:42:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			244 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends template.self %}
 | 
						|
 | 
						|
{% block head %}
 | 
						|
    {{ super() }}
 | 
						|
    <style>
 | 
						|
    @media only screen and (max-width: 640px) {
 | 
						|
        .book-header .btn[aria-label="github"] {
 | 
						|
            display: none;
 | 
						|
        }
 | 
						|
    }
 | 
						|
    </style>
 | 
						|
{% endblock %}
 |