mirror of
https://github.com/AngelJumbo/gruvbox-wallpapers.git
synced 2026-08-17 11:22:30 +00:00
A little more responsive
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
body {
|
body {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
padding-left: 10em;
|
padding-left: 10%;
|
||||||
padding-right: 10em;
|
padding-right: 10%;
|
||||||
font-family: "Curier New", monospace;
|
font-family: "Curier New", monospace;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@@ -65,13 +66,12 @@ h2 {
|
|||||||
/* } */
|
/* } */
|
||||||
|
|
||||||
#c {
|
#c {
|
||||||
text-align: center;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background-color: #665c54;
|
background-color: #665c54;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
/* border: 2px solid #ebdbb2; */
|
/* border: 2px solid #ebdbb2; */
|
||||||
/* padding: 5px; */
|
/* padding: 5px; */
|
||||||
}
|
}
|
||||||
@@ -82,3 +82,4 @@ img:hover {
|
|||||||
/* padding: none; */
|
/* padding: none; */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user