Updated style for links and icon
This commit is contained in:
parent
8eb6d00bfa
commit
5400d03da5
|
@ -4,7 +4,12 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
/* <yeet> */
|
||||
overflow-y: auto !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
/* </yeet> */
|
||||
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
|
||||
sans-serif;
|
||||
|
@ -26,7 +31,7 @@ code {
|
|||
border: 3px solid #1ab35a;
|
||||
background-color: white;
|
||||
margin: 5px;
|
||||
margin-bottom: 0;
|
||||
float: left;
|
||||
/* margin: 50% calc(2vw + 50%) 50% 50%; */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue