moodtracker/views/index.erb

15 lines
188 B
Text
Raw Normal View History

2024-02-11 22:19:19 +01:00
<style>
.mode {
max-width: 80vw;
max-height: 80vh;
margin: auto;
}
img {
width: auto;
height: 100%;
}
</style>
<div class="mode">
<img src="<%= @last_mood.mode %>.png">
</div>