source: frontend/src/styles/SigninScreen.css@ b612ab1

Last change on this file since b612ab1 was b612ab1, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 23 months ago

Basic functions added

  • Property mode set to 100644
File size: 451 bytes
Line 
1.pageContainer {
2 min-height: 100vh;
3}
4
5.main {
6 margin-top: 20px;
7 flex: 1;
8 display: flex;
9 flex-direction: column;
10 align-items: center;
11}
12
13.formCointainer {
14 width: 400px;
15}
16
17.submitBtnContainer {
18 margin-top: 20px;
19 display: flex;
20 align-items: center;
21 justify-content: center;
22}
23
24.registerParagraph {
25 margin-top: 10px;
26 text-align: center;
27}
28
29@media only screen and (max-width: 440px) {
30 .formCointainer {
31 width: 100%;
32 }
33}
Note: See TracBrowser for help on using the repository browser.