Added margin to tile descriptions

This commit is contained in:
Joe Bellus 2022-02-15 00:12:51 -05:00
parent 873eaad79c
commit 04c2f37b60
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,6 @@ use actix_web::{
web::{self, Data}, web::{self, Data},
App, HttpResponse, HttpServer, App, HttpResponse, HttpServer,
}; };
use clap::crate_version;
use rust_embed::RustEmbed; use rust_embed::RustEmbed;
use sea_orm::{prelude::*, Database}; use sea_orm::{prelude::*, Database};
use tokio::sync::Mutex; use tokio::sync::Mutex;

View File

@ -65,6 +65,7 @@ svg {
color: #ccc; color: #ccc;
font-size: 0.8em; font-size: 0.8em;
line-height: 1; line-height: 1;
margin-top: 4px;
} }