2020-08-04 08:20:35 +02:00
|
|
|
.website {
|
2020-08-04 03:12:28 +02:00
|
|
|
padding-bottom: 30px;
|
2020-08-06 04:04:02 +02:00
|
|
|
border-bottom: 1px solid var(--gray300);
|
2020-07-30 08:25:52 +02:00
|
|
|
margin-bottom: 30px;
|
2020-09-27 09:51:29 +02:00
|
|
|
align-self: stretch;
|
2020-07-30 08:25:52 +02:00
|
|
|
}
|
2020-08-04 03:12:28 +02:00
|
|
|
|
2020-08-04 08:20:35 +02:00
|
|
|
.website:last-child {
|
2020-08-04 03:12:28 +02:00
|
|
|
border-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2021-04-28 10:52:06 +02:00
|
|
|
|
|
|
|
.menubar {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-end;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2022-03-02 08:03:50 +01:00
|
|
|
|
|
|
|
.button {
|
|
|
|
align-self: center;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|