diff --git a/src/pages/index/index.less b/src/pages/index/index.less index e69de29..770ef25 100644 --- a/src/pages/index/index.less +++ b/src/pages/index/index.less @@ -0,0 +1,13 @@ +.index { + display: flex; + justify-content: center; + flex-direction: column; + align-items: center; + flex-wrap: nowrap; + margin-top: 15em; +} + +.index > .small-text { + color: gray; + font-size: 14pt; +} \ No newline at end of file