2018-05-07 04:57:08 +00:00
|
|
|
.website {
|
2018-05-02 05:37:47 +00:00
|
|
|
color: white;
|
2018-05-01 04:14:53 +00:00
|
|
|
display: flex;
|
2018-05-02 03:20:32 +00:00
|
|
|
flex-flow: column nowrap;
|
2018-05-02 05:37:47 +00:00
|
|
|
justify-content: center;
|
2018-05-02 03:20:32 +00:00
|
|
|
}
|
|
|
|
|
2018-05-07 04:57:08 +00:00
|
|
|
.main-container {
|
2018-05-02 05:37:47 +00:00
|
|
|
margin: auto;
|
2018-07-22 20:30:02 +00:00
|
|
|
margin-top: 55px;
|
2018-07-22 08:02:43 +00:00
|
|
|
min-width: 800px;
|
2018-05-02 03:20:32 +00:00
|
|
|
text-align: center;
|
2020-07-17 02:36:02 +00:00
|
|
|
width: 40%;
|
2018-05-02 03:20:32 +00:00
|
|
|
}
|
|
|
|
|
2018-07-22 08:02:43 +00:00
|
|
|
@media screen and (max-width: 800px) {
|
2018-05-07 04:57:08 +00:00
|
|
|
.main-container {
|
2018-05-16 00:12:23 +00:00
|
|
|
margin-bottom: 50px;
|
|
|
|
margin-top: auto;
|
2018-07-22 08:02:43 +00:00
|
|
|
min-width: 0;
|
2018-05-02 03:20:32 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2018-04-23 19:49:42 +00:00
|
|
|
}
|