mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Improved CSS
This commit is contained in:
parent
3c17905155
commit
08ed902b7a
2 changed files with 34 additions and 1 deletions
|
|
@ -93,6 +93,27 @@ html[data-theme="light"] .button--secondary {
|
|||
box-shadow: rgb(255 255 255 / 20%) 0 4px 8px 0, rgb(104 104 104) 0 6px 20px 0;
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
@media all and (min-width: 600px) {
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.65rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1024px) {
|
||||
.hero__subtitle {
|
||||
margin-top: 2rem;
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Blockquote inspired by https://codepen.io/jupago/pen/GPxqLX.
|
||||
Copyright (c) 2022 by Juan Pablo (https://codepen.io/jupago/pen/GPxqLX)
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
|
@ -158,6 +179,18 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media all and (min-width: 1024px) {
|
||||
.blockquote h1 {
|
||||
font-size: 1.45rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.blockquote {
|
||||
max-width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.blockquote h4 {
|
||||
position: relative;
|
||||
font-size: 1.3rem;
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ function HomepageHeader() {
|
|||
<div className="blockquote">
|
||||
<h1>
|
||||
Wails v2 turns what used to be tedious and painful into a delightfully simple process.
|
||||
Use the tools you know to create cross platform desktop apps. Everyone wins!
|
||||
Use the tools you know to create cross-platform desktop apps. Everyone wins!
|
||||
</h1>
|
||||
<h4>— <Link to="https://www.brian.dev/about">Brian Ketelsen</Link><br/><em>Co-author
|
||||
of "Go In Action"</em></h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue