{% extends "base.html" %} {% block css %} /* Styles for the node info card */ #node_info { height: 100%; } /* Styles for the map */ #map { height: 100%; min-height: 400px; } /* Styles for packet details section */ #packet_details { height: 95vh; overflow: scroll; top: 3em; } /* Ensure inline display for details */ div.tab-pane > dl { display: inline-block; } /* Set the maximum width of the page to 900px */ .container { max-width: 900px; margin: 0 auto; /* Center the content horizontally */ } {% endblock %} {% block body %}
{{node.long_name}}