Commit 412f8ff9 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/learning-analytics.html

parent 4be65343
No related merge requests found
Pipeline #10146 passed with stage
in 7 seconds
Showing with 7 additions and 7 deletions
+7 -7
......@@ -19,26 +19,26 @@
<style>
.diagram-container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 50px;
align-items: center;
margin-top: 30px;
}
.rectangle {
border: 2px solid #333;
border-radius: 8px;
padding: 20px;
margin: 10px;
width: 250px;
width: 300px;
text-align: center;
background-color: #f4f4f4;
}
.arrow {
width: 100%;
text-align: center;
font-size: 24px;
font-size: 30px;
margin: 10px 0;
}
.diagram-container {
text-align: center;
}
</style>
</head>
<body>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment