From cce24c42dfb758f21fca10084d2743adc993b110 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Thu, 18 Jan 2024 09:30:30 -0600 Subject: Add services page --- css/subpage.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 css/subpage.css (limited to 'css/subpage.css') diff --git a/css/subpage.css b/css/subpage.css new file mode 100644 index 0000000..8e5255f --- /dev/null +++ b/css/subpage.css @@ -0,0 +1,13 @@ +.sbscontainer { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: center; + align-items: center; + align-content: center; +} + +#addon { + font-size: 4vw; + padding: 1vw; +} \ No newline at end of file -- cgit v1.2.3