main
Last change
on this file since 3e98cea was 3e98cea, checked in by unknown <mlviktor23@…>, 2 years ago |
added SearchResults page, hide search dropdown when out of focus
|
-
Property mode
set to
100644
|
File size:
437 bytes
|
Line | |
---|
1 | import styled from "styled-components";
|
---|
2 |
|
---|
3 | export const MainWrapper = styled.div`
|
---|
4 | font-family: "Roboto Mono", monospace;
|
---|
5 | background-color: ivory;
|
---|
6 | margin: auto;
|
---|
7 | margin-top: 20px;
|
---|
8 | padding-left: 50px;
|
---|
9 | padding-right: 50px;
|
---|
10 | padding-top: 30px;
|
---|
11 | padding-bottom: 30px;
|
---|
12 | width: 80%;
|
---|
13 | `;
|
---|
14 |
|
---|
15 | export const MainTitle = styled.h1`
|
---|
16 | font-size: 36pt;
|
---|
17 | text-decoration: underline 3px;
|
---|
18 | width: fit-content;
|
---|
19 | float: left;
|
---|
20 | color: black;
|
---|
21 | `;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.