mirror of
https://github.com/yusufipk/quote-machine.git
synced 2026-09-11 18:56:09 +00:00
2 lines
1022 B
CSS
2 lines
1022 B
CSS
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.wrapper{display:flex;justify-content:center;align-content:center;height:100vh}.wrapper #quote-box{display:flexbox;align-self:center;color:#fff;width:800px;height:400px;border:1px solid grey;border-radius:5px;padding:10px}.wrapper .writing{padding-top:16vh;height:150px;text-align:center}.wrapper #new-quote,.wrapper #tweet{margin-top:150px;float:right}.wrapper #tweet{margin-right:15px}.wrapper a:active,.wrapper a:link,.wrapper a:visited{color:#fff}@media only screen and (max-width:500px){.wrapper #new-quote,.wrapper #tweet{margin-top:-150px}.wrapper #tweet{margin-right:115px}}@media only screen and (max-width:350px){.wrapper .writing h3{font-size:22px}}
|
|
/*# sourceMappingURL=main.2fc153a0.chunk.css.map */ |