Skip to content

Commit 12980d2

Browse files
committed
Codriver minor UI changes
1 parent 8b082c0 commit 12980d2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

codriver/frontend/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</head>
2020
<body>
2121

22+
2223
<a href="/">
2324
<img src="https://hellenicdev.github.io/logo.webp" alt="Logo" class="site-logo">
2425
</a>

codriver/frontend/style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,16 @@ body {
134134
width: 60px; /* adjust size */
135135
height: auto;
136136
z-index: 9999; /* stays above everything */
137-
}
137+
}
138+
139+
.foot {
140+
position: fixed;
141+
bottom: 0;
142+
left: 0;
143+
width: 100%;
144+
z-index: 9999;
145+
text-align: center;
146+
font-size: 14px;
147+
color: gray;
148+
background: white;
149+
}

0 commit comments

Comments
 (0)