Changeset - d32a175eb665
[Not reviewed]
0 2 0
x - 15 months ago 2024-01-05 02:36:38
xbr@c3l.lu
fix: properly size the flexbox for logs
2 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
frontend/index.html
Show inline comments
 
@@ -9,7 +9,7 @@
 
	</head>
 
	<body>
 
    <div class="countup">
 
			<p class="countup__item countup__tls"><span id="time__tls">0</span> days</p>
 
			<p class="countup__item countup__tls"><span id="time__tls">?</span> days</p>
 
			<p class="countup__item countup__text">since last outage caused by TLS expiry</p>
 
    </div>
 

	
frontend/style.css
Show inline comments
 
@@ -54,8 +54,7 @@ body {
 

	
 
.logs {
 
    margin:auto;
 
    max-width: 50vw;
 
    min-width: 50vw;
 
    width: max-content;
 

	
 
    margin-top: 3vh;
 
    border-radius: 0.1rem;
0 comments (0 inline, 0 general)