From a7851bb2a8583773fed590b34191715b7ec2d713 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 10 Dec 2019 16:52:14 +0100 Subject: Initial code dump of Rust and templates --- static/main.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 static/main.css (limited to 'static') diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..a8eea22 --- /dev/null +++ b/static/main.css @@ -0,0 +1,38 @@ +body { + margin: 0; + font-family: sans-serif; +} + +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +.logo { + display: block; + max-width:230px; + max-height:75px; +} + +.content { + padding: 15px; +} + +.title { + margin: 0 auto; + display: flex; + max-width: 120ch; +} + +.description { + margin-top: -1rem; + max-width: 100ch; +} + +.title .logo { + padding: 15px; + flex-shrink: 0; +} -- cgit v1.2.3